Initial commit
This commit is contained in:
commit
f4da86b98e
5 changed files with 706 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal file
|
@ -0,0 +1,8 @@
|
|||
module now
|
||||
|
||||
go 1.23.2
|
||||
|
||||
require (
|
||||
github.com/anhgelus/golatt v0.1.0 // indirect
|
||||
github.com/gorilla/mux v1.8.1 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue