diff --git a/go/03-modules/main.go b/go/03-modules/main.go new file mode 100644 index 0000000..7905807 --- /dev/null +++ b/go/03-modules/main.go @@ -0,0 +1,5 @@ +package main + +func main() { + +} diff --git a/go/03-modules/myMath/math.go b/go/03-modules/myMath/math.go new file mode 100644 index 0000000..e69de29