🚀 Golang Utils for Faster Code Writing
Go to file
Oskar a557f452a7
feat(log): SetReportCaller to true
example output:
INFO[0000]/home/trex/go/src/awesomeProject/main.go:11 main.main() hello world  

from https://stackoverflow.com/a/68301267
2021-10-21 23:18:24 +02:00
.github/workflows ci: update workflows (#3) 2021-10-21 23:09:46 +02:00
common feat(log): SetReportCaller to true 2021-10-21 23:18:24 +02:00
stats gofmt 2021-08-19 15:19:45 +00:00
updater update 2021-08-22 12:16:39 +02:00
utils update 2021-08-19 15:17:58 +00:00
.gitignore update 2021-08-22 12:16:39 +02:00
LICENSE Create LICENSE 2021-08-12 21:14:05 +02:00
README.md add readme 2021-08-19 18:14:37 +00:00
go.mod feat(stats): add cpu and memory stats 2021-08-14 23:19:37 +02:00
go.sum feat(stats): add cpu and memory stats 2021-08-14 23:19:37 +02:00
main.go feat(common): add retry function 2021-09-04 11:37:07 +00:00
renovate.json Update renovate.json 2021-08-11 14:36:09 +02:00

README.md

Go Utils

🗃 Install

go get github.com/MedzikUser/go-utils

🗒 Docs

Click here