gvsurenderreddy / goconf

Automatically exported from code.google.com/p/goconf
0 stars 0 forks source link

Subdirectory name of source code #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The subdirectory where is the source code must be renamed from 'hg' to 'conf' 
to be used like

import "goconf.googlecode.com/conf"

instead of

import conf "goconf.googlecode.com/hg"

Original issue reported on code.google.com by raul....@sent.com on 23 Jun 2010 at 12:04

GoogleCodeExporter commented 8 years ago
If it's used the same name for both directory and package (like in Go core) 
then people will know how is called the package.

Original comment by raul....@sent.com on 4 Jul 2010 at 5:00