mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-09 23:22:24 +01: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() {}
|