mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-12-07 17:08:07 +00:00
Tidy up some more
This commit is contained in:
@@ -152,7 +152,7 @@ func (f FormData) Get(key string) string {
|
||||
return f.fields[key]
|
||||
}
|
||||
|
||||
// Put writes a form value for provided key
|
||||
// Put writes a form value for provided key
|
||||
func (f FormData) Put(key, value string) {
|
||||
f.fields[key] = value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user