Skip to content

Instantly share code, notes, and snippets.

//This program draws fractal using SDL2 library binding for GOLANG
package main
import (
"fmt"
"github.com/veandco/go-sdl2/sdl"
)
var winTitle string = "SDL2 GFX"