Skip to content

Commit 28cb872

Browse files
committed
init
0 parents  commit 28cb872

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/Geektree0101/clean-swift-scaffold
2+
3+
go 1.16

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)