repositorypackage
1.0.8
Repository: https://github.com/cellularhacker/core-go.git
Documentation: pkg.go.dev
# README
core-go
Common core utils across based on Cellularhacker's code written in Go.
Usage
- How to import?
go get -u github.com/Cellularhacker/core-go
※ Important
- package name is just
core
. so you have to use likecore.IsProductionMode()
, notcore-go.IsProductionMode()
.