Merge pull request #157 from twpayne/add-go-mod

add go.mod
pull/176/head
Gyuho Lee 2019-09-08 20:39:40 -07:00 committed by GitHub
commit 14ae4453e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module go.etcd.io/bbolt
go 1.12