(hash string)
| 31 | } |
| 32 | |
| 33 | func thumbnailURL(hash string) string { |
| 34 | return "http://www.michaelfogleman.com/static/nes/" + hash + ".png" |
| 35 | } |
| 36 | |
| 37 | func thumbnailPath(hash string) string { |
| 38 | return homeDir + "/.nes/thumbnail/" + hash + ".png" |
no outgoing calls
no test coverage detected
searching dependent graphs…