//
pkg.gl
Category
github.com/astaxie/build-web-application-with-golang
th
code
src
directory
0.0.0-20220910142224-c294b087b96d
Repository:
https://github.com/astaxie/build-web-application-with-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
0
#
Packages
apps
No description provided by the author
mymath
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.