1
0

Fixed broken import

This commit is contained in:
Stephen M. McQuay 2012-08-02 16:46:05 -06:00
parent 1bade734cf
commit 7092135ad0

View File

@ -1,7 +1,7 @@
package main
import (
"learning/genimage/pic"
"gotour-notes/genimage/pic"
"flag"
)