vgo - add todo
This commit is contained in:
		@ -47,6 +47,10 @@ Init will not use an existing directory with contents.`,
 | 
				
			|||||||
				er(err)
 | 
									er(err)
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								// todo:
 | 
				
			||||||
 | 
								// if . use current directory
 | 
				
			||||||
 | 
								// else create named directory and set wd to that
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			project := &Project{
 | 
								project := &Project{
 | 
				
			||||||
				AbsolutePath: wd,
 | 
									AbsolutePath: wd,
 | 
				
			||||||
				PkgName:      pkgName,
 | 
									PkgName:      pkgName,
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user