mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-01-21 05:14:16 +01:00
7 lines
90 B
Go
7 lines
90 B
Go
|
package util
|
||
|
|
||
|
type NoCopy struct{}
|
||
|
|
||
|
func (*NoCopy) Lock() {}
|
||
|
func (*NoCopy) Unlock() {}
|