mirror of
https://codeberg.org/tiff/goload.git
synced 2025-02-24 08:14:50 +00:00
Update something
This commit is contained in:
parent
1c4bf144f4
commit
f94d0b33af
3
go.mod
Normal file
3
go.mod
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
module goload
|
||||||
|
|
||||||
|
go 1.23.2
|
4
main.go
4
main.go
@ -1,4 +1,4 @@
|
|||||||
package server
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
@ -8,8 +8,6 @@ import (
|
|||||||
// "strconv"
|
// "strconv"
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
_ "github.com/joho/godotenv/autoload"
|
|
||||||
)
|
)
|
||||||
//
|
//
|
||||||
// type Server struct {
|
// type Server struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user