Eventer, tests, gitlab CI, etc.

This commit is contained in:
2019-09-02 19:51:38 +05:00
parent a91daed960
commit ad2fbf7b97
58 changed files with 19630 additions and 1 deletions

11
networker/exported.go Normal file
View File

@@ -0,0 +1,11 @@
package networker
import (
// stdlib
"log"
)
// Initialize initializes package.
func Initialize() {
log.Println("Initializing network connections handler...")
}