Explorar o código

refactor: move test/ and yarn to repo root

George Cushen %!s(int64=4) %!d(string=hai) anos
pai
achega
76478cb4a5
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 3 0
      .gitignore
  2. 1 1
      test/go.mod

+ 3 - 0
.gitignore

@@ -13,3 +13,6 @@ resources/
 
 # Mac
 .DS_Store
+
+# Test
+test/go.sum

+ 1 - 1
test/go.mod

@@ -2,6 +2,6 @@ module github.com/wowchemy/wowchemy-hugo-modules/test
 
 go 1.15
 
-require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210202235530-9bbf6fa2a698
+require github.com/wowchemy/wowchemy-hugo-modules/wowchemy master
 
 replace github.com/wowchemy/wowchemy-hugo-modules/wowchemy => ../wowchemy