mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 18:02:25 -05: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() {}
|