@@ -0,0 +1,5 @@
+package add
+
+func Add(a, b int) int {
+ return a + b
+}
@@ -0,0 +1,3 @@
+module code.dashoo.cn/liuyq/add
+go 1.17