Nicolas JUHEL 0da13f4394 Merge pull request #124 from nabbar/dependabot/go_modules/github.com/nats-io/nats-server/v2-2.7.4
Bump github.com/nats-io/nats-server/v2 from 2.7.3 to 2.7.4
2022-03-15 07:40:51 +01:00
2022-01-13 10:45:43 +01:00
2021-04-13 14:21:07 +02:00
2021-09-13 08:55:42 +02:00
2022-02-21 07:32:44 +01:00
2021-04-13 14:21:07 +02:00
2022-02-21 07:32:44 +01:00
2022-02-21 07:32:44 +01:00
2022-02-21 07:32:44 +01:00
2021-12-29 16:40:57 +01:00
2022-02-10 13:46:31 +01:00
2021-12-29 16:40:57 +01:00
2022-02-09 15:05:26 +01:00
2021-06-03 16:46:31 +02:00
2021-04-15 15:42:49 +02:00
2022-02-25 11:07:30 +01:00
2021-11-26 11:30:08 +01:00
2021-04-23 09:33:28 +02:00
2022-02-10 13:46:31 +01:00
2022-02-09 15:05:26 +01:00
2022-02-09 15:05:26 +01:00
2022-02-21 07:32:44 +01:00
2022-02-21 07:32:44 +01: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
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%