mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 23:43:01 -06:00
add git.iim.gay/grufwub/go-store for storage backend, replacing blob.Storage
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
parent
ab32ce642b
commit
e43a46e982
89 changed files with 9372 additions and 240 deletions
10
vendor/git.iim.gay/grufwub/go-nowish/util.go
vendored
Normal file
10
vendor/git.iim.gay/grufwub/go-nowish/util.go
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package nowish
|
||||
|
||||
//nolint
|
||||
type noCopy struct{}
|
||||
|
||||
//nolint
|
||||
func (*noCopy) Lock() {}
|
||||
|
||||
//nolint
|
||||
func (*noCopy) Unlock() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue