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