yet again restructure the whole damn thing

This commit is contained in:
A.Unger
2020-01-30 16:16:11 +01:00
parent d6323ea880
commit 755d3e554d
2 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
// Package store implements the go-micro store interface
package store
// Store interacts with the filesystem to manage account information
type Store struct{}

View File

@@ -1,2 +0,0 @@
// Package store implements the go-micro store interface
package store