diff options
author | 2022-01-24 17:35:13 +0100 | |
---|---|---|
committer | 2022-01-24 17:35:13 +0100 | |
commit | f28cf793ee53e8391c9eabbfba93afbc5b59936b (patch) | |
tree | fcd6ec6fc4fa011017fb30fce0f52fc947a4d226 /vendor/codeberg.org/gruf/go-nowish/util.go | |
parent | update remote account get/deref logic (diff) | |
download | gotosocial-f28cf793ee53e8391c9eabbfba93afbc5b59936b.tar.xz |
upgrade go-store
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, 0 insertions, 10 deletions
diff --git a/vendor/codeberg.org/gruf/go-nowish/util.go b/vendor/codeberg.org/gruf/go-nowish/util.go deleted file mode 100644 index 31fe9050e..000000000 --- a/vendor/codeberg.org/gruf/go-nowish/util.go +++ /dev/null @@ -1,10 +0,0 @@ -package nowish - -//nolint -type noCopy struct{} - -//nolint -func (*noCopy) Lock() {} - -//nolint -func (*noCopy) Unlock() {} |