Skip to content

Commit 7fad5ef

Browse files
committed
chore: move main.go into cmd/go-plantower
1 parent 04d3840 commit 7fad5ef

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
# End of https://www.gitignore.io/api/go
2424

25-
go-plantower
25+
./go-plantower

main.go cmd/go-plantower/main.go

File renamed without changes.

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ require (
44
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
55
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
66
)
7+
8+
go 1.13

0 commit comments

Comments
 (0)