Initial commit

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-09 21:20:12 +01:00
commit f4da86b98e
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
5 changed files with 706 additions and 0 deletions

8
go.mod Normal file
View 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
)