diff --git a/common/README.md b/common/README.md new file mode 100644 index 0000000..e69de29 diff --git a/common/client_server.go b/common/client_server.go new file mode 100644 index 0000000..805d0c7 --- /dev/null +++ b/common/client_server.go @@ -0,0 +1 @@ +package common diff --git a/common/EventConst.go b/common_web/EventConst.go similarity index 100% rename from common/EventConst.go rename to common_web/EventConst.go diff --git a/common_web/README.md b/common_web/README.md new file mode 100644 index 0000000..c0d0b3f --- /dev/null +++ b/common_web/README.md @@ -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". + \ No newline at end of file