Skip to content

Commit a02cd0c

Browse files
committedOct 17, 2020
Updated main package for release
1 parent d227875 commit a02cd0c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/discoriver/toadstool
2+
3+
go 1.14

‎toadstool/toadstool.go ‎toadstool.go

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ func setup() {
4141

4242
}
4343

44-
4544
func install() {
4645
fPath := strings.TrimRight(*fPath, "\n")
4746
extDir := strings.TrimRight(*extDir, "\n")

0 commit comments

Comments
 (0)
Please sign in to comment.