Convert to Title Case

I am aware that this is a somewhat pointless dependency
I don't really care though, it's not *that* big!!
This commit is contained in:
comp500
2019-09-18 23:13:58 +01:00
parent 0d6dfe97f7
commit 2b12e2c390
3 changed files with 5 additions and 1 deletions

1
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450 // indirect
github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995 // indirect
github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e // indirect
github.com/igorsobreira/titlecase v0.0.0-20140109233139-4156b5b858ac
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.1.2