@@ -1,8 +1,10 @@
package main
import "github.com/tecamino/tecamino-logger/logging"
func main() {
debug := false
log, err := NewLogger("Test", debug)
log, err := logging.NewLogger("Test", debug)
if err != nil {
panic(err)
}
The note is not visible to the blocked user.