Merge pull request #8 from realevilco/go-module-support

Add Go module support.
This commit is contained in:
Jesse Duffield 2020-05-16 10:32:35 +10:00 committed by GitHub
commit 6bccbef270
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module github.com/jesseduffield/horcrux
go 1.14