grafana/pkg/util
Mario Trangoni b7628f2060 pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues
See,
$ gometalinter --vendor --deadline 10m --disable-all --enable=golint  ./...
filepath.go:12:5⚠️ error var WalkSkipDir should have name of the form ErrFoo (golint)
shortid_generator.go:11:5⚠️ var validUidPattern should be validUIDPattern (golint)
shortid_generator.go:19:6⚠️ func IsValidShortUid should be IsValidShortUID (golint)
shortid_generator.go:24:6⚠️ func GenerateShortUid should be GenerateShortUID (golint)
2019-01-28 22:37:44 +01:00
..
encoding_test.go test: adds tests for password encodiing 2017-11-09 17:55:12 +01:00
encoding.go pkg/util/*: Add missing function comments. 2019-01-28 22:09:40 +01:00
encryption_test.go Config Array Syntax (#8204) 2017-04-25 09:14:29 +02:00
encryption.go pkg/util/*: Add missing function comments. 2019-01-28 22:09:40 +01:00
filepath.go pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues 2019-01-28 22:37:44 +01:00
ip_address_test.go fix ip address parsing of loopback address 2019-01-21 10:20:23 +01:00
ip_address.go fix ip address parsing of loopback address 2019-01-21 10:20:23 +01:00
ip_test.go pkg/util/{ip.go,url.go}: Fix some golint issues 2019-01-28 22:29:20 +01:00
ip.go pkg/util/{ip.go,url.go}: Fix some golint issues 2019-01-28 22:29:20 +01:00
json.go pkg/util/*: Add missing function comments. 2019-01-28 22:09:40 +01:00
md5_test.go Fix changed want md5 hash 2018-09-21 13:41:03 +02:00
md5.go pkg/util/*: Add missing function comments. 2019-01-28 22:09:40 +01:00
shortid_generator_test.go pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues 2019-01-28 22:37:44 +01:00
shortid_generator.go pkg/util/{filepath.go,shortid_generator.go}: Fix golint issues 2019-01-28 22:37:44 +01:00
strings_test.go feat: store last seen date for users and present in stats and user lists, closes #9007 2017-08-09 10:36:41 +02:00
strings.go pkg/util/*: Add missing function comments. 2019-01-28 22:09:40 +01:00
url_test.go pkg/util/{ip.go,url.go}: Fix some golint issues 2019-01-28 22:29:20 +01:00
url.go pkg/util/{ip.go,url.go}: Fix some golint issues 2019-01-28 22:29:20 +01:00
validation_test.go Fixing bug in url query reader and added test cases 2018-08-07 18:43:59 -07:00
validation.go pkg/util/*: Add missing function comments. 2019-01-28 22:09:40 +01:00