first commit

This commit is contained in:
hayato5246
2026-03-31 19:32:59 +09:00
commit d10b794c9f
78 changed files with 1671595 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module stocksearch
go 1.25.0
require (
github.com/gorilla/websocket v1.5.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/time v0.15.0 // indirect
)