go mod and .gitignore
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2023-06-03 23:10:29 -06:00
parent 7b2fb2847b
commit b97853e0cd
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
lineageos-ota-server
lineageos-ota-server.exe

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module deadbeef.codes/steven/lineageos-ota-server
go 1.20