Go module providing simple logging support
Go to file
Jonas Letzbor 6c40c672c8
Add license and fix windows build
2023-04-02 12:01:29 +02:00
main Initial commit 2023-04-01 20:03:16 +02:00
.gitignore Initial commit 2023-04-01 20:03:16 +02:00
LICENSE Add license and fix windows build 2023-04-02 12:01:29 +02:00
README.md Initial commit 2023-04-01 20:03:16 +02:00
colors.go Add license and fix windows build 2023-04-02 12:01:29 +02:00
colors_other.go Add license and fix windows build 2023-04-02 12:01:29 +02:00
colors_unix.go Add license and fix windows build 2023-04-02 12:01:29 +02:00
colors_windows.go Initial commit 2023-04-01 20:03:16 +02:00
go.mod Initial commit 2023-04-01 20:03:16 +02:00
go.sum Initial commit 2023-04-01 20:03:16 +02:00
logger.go Initial commit 2023-04-01 20:03:16 +02:00

README.md

go-logger

Go module providing simple logging support.

Take a look at main.go for an example.