Files
gonews/networker/exported.go
T
2019-09-02 19:51:38 +05:00

12 lines
166 B
Go

package networker
import (
// stdlib
"log"
)
// Initialize initializes package.
func Initialize() {
log.Println("Initializing network connections handler...")
}