yet again restructure the whole damn thing

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

No files matched your search

+5
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{}
-2
View File
@@ -1,2 +0,0 @@
// Package store implements the go-micro store interface
package store