feat: new sample app
This commit is contained in:
parent
4286b9e5ce
commit
2a3fcd390a
1 changed files with 13 additions and 0 deletions
13
cmd/simple/main.go
Normal file
13
cmd/simple/main.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
log "gitlab.com/martinr92/golog"
|
||||
)
|
||||
|
||||
func main() {
|
||||
someMethod()
|
||||
}
|
||||
|
||||
func someMethod() {
|
||||
log.Default.Info("Hello World")
|
||||
}
|
Loading…
Add table
Reference in a new issue