Fixed spelling mistake in project name, restructuring. Correction of Golang convention error.

This commit is contained in:
2022-03-05 17:21:46 +01:00
parent c379c15932
commit 27789be202
12 changed files with 33 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
package writers
import "StorBackEnd/pkg/protocol"
import "StoreBackEnd/pkg/protocol"
const HelloRuleName = "sbe_hello"