summaryrefslogtreecommitdiffstats
path: root/modern.go
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2017-06-03 18:00:51 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2017-06-03 18:00:51 -0400
commitf154ae1ec88146017abf3de9d14d119facb5fc4c (patch)
treecd857864dd52b088ccc8943b64fe9bbd59c04dc8 /modern.go
parent3f3cb7c7cede379914eed51c57e58f66ffdd1856 (diff)
downloadlastfm-api-f154ae1ec88146017abf3de9d14d119facb5fc4c.tar.gz
Basic web app
Diffstat (limited to 'modern.go')
-rw-r--r--modern.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern.go b/modern.go
index 45c92bd..6277796 100644
--- a/modern.go
+++ b/modern.go
@@ -59,7 +59,7 @@ func NewCorrectable(name string) Correctable {
}
}
-func (field *Correctable) String() string {
+func (field Correctable) String() string {
return field.Name
}