mirror of
https://github.com/nabbar/golib.git
synced 2025-09-26 20:01:15 +08:00
70b03e32ca673c3dca715688dcb00557e2462cb4

- Allow config to return an old config struct Package Monitor: - Add an old config struct / type - Add method in config (old) to return a new struct config - Add method in config (new) to return an old config struct
golib : custom lib for go
snyk project : https://app.snyk.io/org/nabbar/project/2f55a2b8-6015-4db1-b859-c2bc3b7548a7
using in source code
first get the source dependancies
go get -u github.com/nabbar/golib/...
second, import the needed lib in your code
import "github.com/nabbar/golib/version"
Details of packages :
- package errors
- package logger
- package network
- package password
- package router
- package static
- package status
- package version
Build tags
To build static, pure go, some packages need to use tags osusergo and netgo, like this
go build -a -tags osusergo,netgo -installsuffix cgo ...
Languages
Go
100%