mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
vgo - add todo
This commit is contained in:
parent
c3b51f3a2e
commit
04af6aed80
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue