mirror of
https://github.com/nabbar/golib.git
synced 2025-12-24 11:51:02 +08:00
3a2c52195ffac987e2943cb8f780dcd0447a2949
Package Database/gorm: - move package database using gorm, to package database/gorm - update config component following Package Database/KVItem: - create new package to manage item of KV Db - allow to track change on item model - allow to store only if changed - embedded driver function to load / store to make instance portable Package Database/KVTable: - create new package to manage a table (list of map key : value) - embedded driver instance to make instance portable - allow to walk, list, get items with KVItem instance Package Database/KVDriver: - create new package to wrap db KV function to KVTable awaiting function - Allow to skip function Walk replace by a n internal call of function List and Get Package Database/Map: - create new package to wrap KV function usage of map[comparable]any to KVDriver model - Use json marshall/unmarshall between map[comparable]any to model any
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
99.7%
Shell
0.3%