wendal / gor

Golang编写的静态博客引擎
599 stars 147 forks source link

gor new 生成目录不对 #3

Closed astaxie closed 11 years ago

astaxie commented 11 years ago

gor new astaxie.github.com 2013/01/09 22:44:02 new.go:28: Download init content zip 2013/01/09 22:44:08 new.go:43: Downloading init content zip 2013/01/09 22:44:09 new.go:56: Unpack init content zip 2013/01/09 22:44:09 new.go:82: Done

然后生成的目录是new,不是astaxie.github.com

wendal commented 11 years ago

fix in 19612a6