Eventer, tests, gitlab CI, etc.
This commit is contained in:
11
networker/exported.go
Normal file
11
networker/exported.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package networker
|
||||
|
||||
import (
|
||||
// stdlib
|
||||
"log"
|
||||
)
|
||||
|
||||
// Initialize initializes package.
|
||||
func Initialize() {
|
||||
log.Println("Initializing network connections handler...")
|
||||
}
|
Reference in New Issue
Block a user