Update something

This commit is contained in:
tiff 2025-01-12 20:07:58 -05:00
parent 1c4bf144f4
commit f94d0b33af
2 changed files with 4 additions and 3 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module goload
go 1.23.2

View File

@ -1,4 +1,4 @@
package server
package main
import (
"fmt"
@ -8,8 +8,6 @@ import (
// "strconv"
"sync"
"time"
_ "github.com/joho/godotenv/autoload"
)
//
// type Server struct {