2 Commits

Author SHA1 Message Date
f8a72d3579 Downgrade go to 1.23 2025-06-01 20:04:08 +02:00
65cbfe78c3 Remove package main
RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR
2025-04-22 10:41:33 +02:00
4 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
package main
package cylogger
import (
"fmt"

2
go.mod
View File

@@ -1,3 +1,3 @@
module git.site.quack-lab.dev/dave/cylogger
go 1.24.2
go 1.23

View File

@@ -1,5 +1,4 @@
// package cylogger
package main
package cylogger
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package main
package cylogger
import (
"fmt"