diff options
author | 2021-11-13 12:29:08 +0100 | |
---|---|---|
committer | 2021-11-13 12:29:08 +0100 | |
commit | 829a934d23ab221049b4d54926305d8d5d64c9ad (patch) | |
tree | f4e382b289c113d3ba8a3c7a183507a5609c46c0 /vendor/codeberg.org/gruf/go-nowish/util.go | |
parent | smtp + email confirmation (#285) (diff) | |
download | gotosocial-829a934d23ab221049b4d54926305d8d5d64c9ad.tar.xz |
update dependencies (#296)
Diffstat (limited to 'vendor/codeberg.org/gruf/go-nowish/util.go')
-rw-r--r-- | vendor/codeberg.org/gruf/go-nowish/util.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/codeberg.org/gruf/go-nowish/util.go b/vendor/codeberg.org/gruf/go-nowish/util.go new file mode 100644 index 000000000..31fe9050e --- /dev/null +++ b/vendor/codeberg.org/gruf/go-nowish/util.go @@ -0,0 +1,10 @@ +package nowish + +//nolint +type noCopy struct{} + +//nolint +func (*noCopy) Lock() {} + +//nolint +func (*noCopy) Unlock() {} |