Skip to content

Instantly share code, notes, and snippets.

@mitchallen
Last active March 23, 2022 15:07
Show Gist options
  • Save mitchallen/ee5bd6b7e835f73f2fa0e3322f79659a to your computer and use it in GitHub Desktop.
Save mitchallen/ee5bd6b7e835f73f2fa0e3322f79659a to your computer and use it in GitHub Desktop.
go-lib init.go
/**
* Author: Mitch Allen
* File: init.go
*/
package lib
import (
"fmt"
)
func init() {
fmt.Println("[go-lib] initializing ...")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment