package calendar import ( "image" "github.com/fogleman/gg" ) // Draw - func Draw(w, h int) *image.Image { dc := gg.NewContext(w, h) _ = dc return nil }