1
0
Fork 0

moved dependency beneath genimage

This commit is contained in:
Stephen M. McQuay 2012-08-02 15:23:46 -06:00
parent 42c1dddc1e
commit 67df1d93dc
2 changed files with 1 additions and 1 deletions

View File

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