mdgo

所属分类:代码编辑器
开发工具:GO
文件大小:4KB
下载次数:0
上传日期:2013-02-26 17:55:06
上 传 者sh-1993
说明:  Markdown Go:Go的识字编程
(Markdown Go: Literate Programming for Go)

文件列表:
LICENSE (1065, 2013-02-27)
main.go (1888, 2013-02-27)
main.go.md (1924, 2013-02-27)
mdgo.sublime-build (146, 2013-02-27)
test.go (286, 2013-02-27)
test.go.md (270, 2013-02-27)

Markdown Go: Literate Programming for Go ======================================== Get, install and run test: go get -u github.com/ungerik/mdgo cd $GOPATH/src/github.com/ungerik/mdgo go install && mdgo // mdgo called in this directory creates test.go from test.go.md mdgo creates .go files from .go.md files by commenting out markdown and treating indented blocks as Go source code. Arguments passed to mdgo will be parsed directly if they are files or traversed recursively if they are directories. Every .md.go file in a traversed directory will be parsed. If no arguments are passed to mdgo, the current directory will be traversed. See [test.go.md](https://github.com/ungerik/mdgo/blob/master/test.go.md)

近期下载者

相关文件


收藏者