mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
e43a46e982
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
11 lines
118 B
Go
11 lines
118 B
Go
package nowish
|
|
|
|
//nolint
|
|
type noCopy struct{}
|
|
|
|
//nolint
|
|
func (*noCopy) Lock() {}
|
|
|
|
//nolint
|
|
func (*noCopy) Unlock() {}
|