directory
0.0.0-20220910142224-c294b087b96d
Repository: https://github.com/astaxie/build-web-application-with-golang.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Example code for Chapter 1.2 from "Build Web Application with Golang" Purpose: Shows how to create a simple package called `mymath` This package must be imported from another go file to run.