mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-07-14 21:32:49 +02:00
8 lines
102 B
Go
8 lines
102 B
Go
package sample
|
|
|
|
import log "github.com/sirupsen/logrus"
|
|
|
|
func Hello() {
|
|
log.Println("Hello World")
|
|
}
|