go-gun/gun/storage.go
2019-02-20 14:54:46 -06:00

8 lines
70 B
Go

package gun
type Storage interface {
}
type StorageInMem struct {
}