Skip to content

Instantly share code, notes, and snippets.

@dtoebe
Created January 3, 2017 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dtoebe/eaccec9e190fb515fb5cb21683141809 to your computer and use it in GitHub Desktop.
Save dtoebe/eaccec9e190fb515fb5cb21683141809 to your computer and use it in GitHub Desktop.
GENERATING DATAURI IMAGES WITH GO - main.go -1
//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