Explorar o código

add mod file (#14)

Colin Arnott %!s(int64=6) %!d(string=hai) anos
pai
achega
189f40e8ad
Modificáronse 2 ficheiros con 7 adicións e 0 borrados
  1. 5 0
      go.mod
  2. 2 0
      go.sum

+ 5 - 0
go.mod

@@ -0,0 +1,5 @@
+module github.com/valyala/fasttemplate
+
+go 1.12
+
+require github.com/valyala/bytebufferpool v1.0.0

+ 2 - 0
go.sum

@@ -0,0 +1,2 @@
+github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
+github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=