fix paths

This commit is contained in:
gutmet 2024-06-18 22:47:54 +02:00
parent 20dd050863
commit ba16ff26e9
2 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@ package main
import ( import (
"fmt" "fmt"
"git.gutmet.org/simpleserver.git"
"os" "os"
"git.fireandbrimst.one/aw/simpleserver"
) )
func main() { func main() {

2
go.mod
View File

@ -1,3 +1,3 @@
module git.gutmet.org/simpleserver.git module git.fireandbrimst.one/aw/simpleserver
go 1.14 go 1.14