mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 12:16:38 +00:00
11 lines
118 B
Go
11 lines
118 B
Go
package nowish
|
|
|
|
//nolint
|
|
type noCopy struct{}
|
|
|
|
//nolint
|
|
func (*noCopy) Lock() {}
|
|
|
|
//nolint
|
|
func (*noCopy) Unlock() {}
|