Making a basic embryo of a readme
This commit is contained in:
parent
665dbca1c9
commit
a5cc91cebb
18
README.md
18
README.md
|
@ -1,3 +1,17 @@
|
||||||
# go_log
|
# Simple logger for Go
|
||||||
|
|
||||||
Simple logger
|
## Installation
|
||||||
|
|
||||||
|
`go get -u https://gitea.larvit.se/pwrpln/go_log`
|
||||||
|
|
||||||
|
## Example usage
|
||||||
|
|
||||||
|
```go
|
||||||
|
import "gitea.larvit.se/pwrpln/go_log"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
log := Log{}
|
||||||
|
log.SetDefaultValues{}
|
||||||
|
log.Info("My little log message")
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user