Renames the repository

This commit is contained in:
itsscb 2022-11-20 21:57:32 +01:00
parent 69686418ef
commit 92a7e3bfca
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package main
import (
"time"
marlinbox "github.com/itsscb/marlin-box"
marlinbox "github.com/itsscb/marlinbox"
)
func main() {

2
go.mod
View File

@ -1,4 +1,4 @@
module marlinbox
module github.com/itsscb/marlinbox
go 1.18