Commits · ampify

tav  ·  214df3ead485486d36cac65c1a92e228cf931a4c  ·  ampify  ·  github 1316010953

Made regressive changes to match App Engine.

Changes

src/amp/structure/dict.go
......@@ -14,6 +14,6 @@ func SortedKeys(dict map[string]string) (keys []string) {
1414
 		keys[i] = key
1515
 		i += 1
1616
 	}
17
-	sort.StringSlice(keys).Sort()
17
+	sort.StringArray(keys).Sort()
1818
 	return
1919
 }
2020
\ No newline at end of file