Skip to content

Commit 079d524

Browse files
committed
Convert project to Go module
This will allow the use of modern Go dependency management and project management capabilities.
1 parent e5adc1e commit 079d524

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/arduino/arduinoOTA
2+
3+
go 1.17

0 commit comments

Comments
 (0)