Skip to content

Runner

After Gowok read configuration, runner created in setting up process. Runner will be used to manage how to run the project.

Let's see this example:

go
gowok.Get().Run()

Run() function will start the runner and everything will running immediately.

Released under the MIT License.