Denmaseno 9 years ago
parent
commit
e4218eac36
3 changed files with 11 additions and 1 deletions
  1. 3 0
      .gitmodules
  2. 1 1
      src/senomas/go-log
  3. 7 0
      test.go

+ 3 - 0
.gitmodules

@@ -1,3 +1,6 @@
 [submodule "src/senomas/go-log"]
 	path = src/senomas/go-log
 	url = https://github.com/senomas/go-log
+[submodule "src/senomas/go-util"]
+	path = src/senomas/go-util
+	url = https://github.com/senomas/go-util

+ 1 - 1
src/senomas/go-log

@@ -1 +1 @@
-Subproject commit c8e8abcdb39ee3a027454b9963393904609da81b
+Subproject commit 21f579b555dd2d0c17caa4ebf33e2ac5b506ea57

+ 7 - 0
test.go

@@ -0,0 +1,7 @@
+package main
+
+import "github.com/senomas/go-util"
+
+func main() {
+	util.GoExec("test", "-v", "senomas/go-log")
+}