Skip to content

Commit f94d4ff

Browse files
committed
Create golang project
1 parent 95e0077 commit f94d4ff

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

go.mod

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

main.go

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package main
2+
3+
func main() {
4+
5+
}

0 commit comments

Comments
 (0)