vgo - add todo

This commit is contained in:
jharshman 2019-01-30 00:02:51 -08:00 committed by Steve Francia
parent c3b51f3a2e
commit 04af6aed80

View file

@ -47,6 +47,10 @@ Init will not use an existing directory with contents.`,
er(err)
}
// todo:
// if . use current directory
// else create named directory and set wd to that
project := &Project{
AbsolutePath: wd,
PkgName: pkgName,