Y
Hacker News
new
|
ask
|
show
|
jobs
by
nemothekid
38 days ago
Thats the default for go projects. Go imports are repository strings (e.g.):
import ("github.com/go-sql-driver/mysql")
so it's standard to have the library files in the root directory.