add getLang() to parse language

This commit is contained in:
nytpu
2021-05-11 11:16:26 -06:00
parent 244746dff7
commit cc5c8b2f23
3 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -4,9 +4,9 @@ go 1.13
require (
git.sr.ht/~adnano/go-gemini v0.1.17
github.com/m1/go-localize v0.0.0-20210411165534-07d5b914f3cd
github.com/mitchellh/go-homedir v1.1.0
github.com/mmcdole/gofeed v1.1.0
github.com/prologic/go-gopher v0.0.0-20210114215941-1859ade2470b
github.com/spf13/pflag v1.0.5
golang.org/x/text v0.3.6
)