Nicolas JUHEL 9b80624faa Merge pull request #145 from nabbar/fix_2022-11-10
Minors Fix & Enhancements

Package Status :
- optimize output writer block for Get function
- add query string params online to print all result as one line plain text format

Package logger :
- refactor closer function to specific interface
- refactor syslog linux to log message by severity instead of same severity for all message

Other :
- Bump dependencies
2022-11-10 16:02:29 +01:00
2022-10-28 12:46:52 +02:00
2022-10-28 12:46:52 +02:00
2022-10-28 15:16:53 +02:00
2022-09-13 12:31:04 +02:00
2022-08-10 11:11:34 +02:00
2022-07-25 16:00:36 +02:00
2022-11-07 17:47:29 +01:00
2022-09-13 12:31:04 +02:00
2022-08-10 11:11:34 +02:00
2022-09-13 12:31:04 +02:00
2022-10-27 16:55:31 +02:00
2022-03-16 15:08:33 +01:00
2022-09-13 12:31:04 +02:00
2022-11-07 17:47:29 +01:00
2022-10-27 16:55:31 +02:00
2022-09-13 12:31:04 +02:00
2022-11-10 15:11:23 +01:00
2022-09-13 12:31:04 +02:00
2022-09-13 12:31:04 +02:00
2022-09-13 12:31:04 +02:00
2022-09-13 12:31:04 +02:00
2021-04-15 15:42:49 +02:00
2022-09-13 12:31:04 +02:00
2022-10-20 11:52:58 +02:00
2022-09-13 12:31:04 +02:00
2022-11-07 17:47:29 +01:00
2022-09-13 12:31:04 +02:00
2021-04-23 09:33:28 +02:00
2022-09-13 12:31:04 +02:00
2022-09-13 12:31:04 +02:00
2022-11-10 15:11:23 +01:00
2022-08-10 11:11:34 +02:00
2022-09-13 12:31:04 +02:00
2022-09-13 12:31:04 +02:00
2021-09-13 08:55:42 +02:00
2021-04-13 14:21:07 +02:00
2020-01-04 14:42:49 +01:00
2020-01-04 14:42:49 +01:00
2022-11-10 15:11:23 +01:00
2021-12-29 16:40:57 +01:00
2021-04-23 13:38:43 +02:00
2021-12-30 13:27:14 +01:00

Go

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 :

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 ...
Description
custom libraries for go
Readme MIT 61 MiB
Languages
Go 99.7%
Shell 0.3%