mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 02:02:25 -05:00
6 lines
90 B
Go
6 lines
90 B
Go
package util
|
|
|
|
type NoCopy struct{}
|
|
|
|
func (*NoCopy) Lock() {}
|
|
func (*NoCopy) Unlock() {}
|