We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 28cb872Copy full SHA for 28cb872
go.mod
@@ -0,0 +1,3 @@
1
+module github.com/Geektree0101/clean-swift-scaffold
2
+
3
+go 1.16
main.go
@@ -0,0 +1,5 @@
+package main
+func main() {
4
5
+}
0 commit comments