1
0
mirror of https://github.com/volatiletech/authboss.git synced 2025-01-06 03:54:17 +02:00

Merge should actually work now.

This commit is contained in:
Aaron 2015-02-19 14:50:14 -08:00
parent 6a4feaa2ea
commit 13a38828bd

View File

@ -36,6 +36,8 @@ func (h HTMLData) Merge(data ...interface{}) HTMLData {
if !ok {
panic("Keys must be strings.")
}
h[k] = data[i+1]
}
return h