Fix lint warnings.
This commit was merged in pull request #11.
This commit is contained in:
@@ -9,7 +9,7 @@ type uriValue struct {
|
||||
value string
|
||||
}
|
||||
|
||||
func NewUriValue(name, value string) *uriValue {
|
||||
func NewURIValue(name, value string) *uriValue {
|
||||
u := new(uriValue)
|
||||
u.name = name
|
||||
u.value = value
|
||||
|
||||
Reference in New Issue
Block a user