Import the package:
import ( "github.com/NoahOnFyre/gengine" )
Take use of your first util:
logging.Log("Hello, world!") in := logging.Input("Input some text: ") logging.Warn(in)