Commit f7d8072d authored by George Hotz's avatar George Hotz

umm, okay use that

parent cf33f16a
......@@ -82,7 +82,7 @@ func cacheExists(key string) bool {
}
func cacheWrite(key string, value []byte) {
os.WriteFile(toFilename(key), value, 0644)
ioutil.WriteFile(toFilename(key), value, 0644)
}
func getAPI(jsonData []byte) io.Reader {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment