fully self-contained

paths are pretty janky, but it works. Also, [files]/lang_files now must
be the path to a directory CONTAINING a "lang/" directory. I'll work
around this at a later date.
This commit is contained in:
Harvey Tindall
2021-02-01 18:41:45 +00:00
parent 0330540f87
commit 815bdc35ac
8 changed files with 43 additions and 65 deletions
+1 -3
View File
@@ -1,6 +1,6 @@
module github.com/hrfee/jfa-go
go 1.14
go 1.16
replace github.com/hrfee/jfa-go/docs => ./docs
@@ -51,8 +51,6 @@ require (
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/tools v0.1.1-0.20210129181147-0cef57b5b584 // indirect
golang.org/x/tools/gopls v0.0.0-20210201165201-19db92ec3be1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/ini.v1 v1.62.0
)