moved package

This commit is contained in:
Thomas Friedel 2018-01-30 13:02:34 +01:00
parent 395ef95009
commit 1727f47a6f

View file

@ -10,10 +10,9 @@ import (
"time" "time"
"github.com/go-gl/gl/v3.2-core/gl" "github.com/go-gl/gl/v3.2-core/gl"
"github.com/tfriedel6/canvas"
"github.com/tfriedel6/canvas/goglimpl"
"github.com/veandco/go-sdl2/sdl" "github.com/veandco/go-sdl2/sdl"
"tests/canvas"
"tests/canvas/goglimpl"
) )
type Window struct { type Window struct {