Package/import reorganization

This commit is contained in:
MaMe82 2018-07-29 18:14:46 +02:00
parent ed1fceece2
commit 4e2470adef
4 changed files with 7 additions and 0 deletions

0
common/README.md Normal file
View File

1
common/client_server.go Normal file
View File

@ -0,0 +1 @@
package common

6
common_web/README.md Normal file
View File

@ -0,0 +1,6 @@
# Common functionality used by "service" and "cli_client"
The folder hold consts, data and functions, which are used by both, the cli_client and the service.
It should not hold functionality used by the webclient, in order to avoid using huge packages like "fmt".
Functionality shared with the web_client has to be stored in the folder "common_web".