closer to ready

This commit is contained in:
2024-06-10 02:39:01 -07:00
parent 60cb410c32
commit d8f35dd031
3 changed files with 16 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ package main
import (
"log/slog"
_ "git.eeqj.de/sneak/go-simplelog" // Using underscore to only invoke init()
_ "sneak.berlin/go/simplelog" // Using underscore to only invoke init()
)
func main() {