1
0
Fork 0

Fixed broken import

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

View File

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