mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-05 16:18:04 +08:00
5 lines
79 B
Go
5 lines
79 B
Go
package users
|
|
|
|
// Interface is implemented by storage
|
|
var _ Store = &Storage{}
|