CheqBooq/storage/storage.go

8 lines
75 B
Go

package storage
type Storage struct {
}
func New() (*Storage, error) {
}