Created
January 3, 2017 11:39
-
-
Save dtoebe/eaccec9e190fb515fb5cb21683141809 to your computer and use it in GitHub Desktop.
GENERATING DATAURI IMAGES WITH GO - main.go -1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//main.go | |
package main | |
import ( | |
"fmt" | |
"image" | |
"image/color" | |
"image/draw" | |
"image/png" | |
"math/rand" | |
"time" | |
"bytes" | |
"encoding/base64" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment