implement the first log message
This commit is contained in:
7
src/logging/logging.go
Normal file
7
src/logging/logging.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package logging
|
||||
|
||||
import "log"
|
||||
|
||||
func Info(message string) {
|
||||
log.Print(message)
|
||||
}
|
||||
Reference in New Issue
Block a user