Categorygithub.com/noahzeisberg/gengine
repository
0.10.0
Repository: https://github.com/noahzeisberg/gengine.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

gengine

Go Reference

Add to your project

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)