package
0.0.0-20190402164350-313ecc2ef408
Repository: https://github.com/deferpanic/gorump.git
Documentation: pkg.go.dev

# README

This example shows how to build a more elaborate Go application consisting of multiple .go files.

Basically, only change is that you need to add all .go files to a single go build statement with "main" .go file being first. No additiona export or import "C" statements are needed.

As with other examples, running make will do the trick.