KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
GoTutor
★ 10
Open GitHub ↗
Shev's Go Tutor
Download README (.md)
Explore Similar Repositories
heroku-fastly
:
Heroku CLI plugin for Fastly
Reselect
:
Angular select component
hospital-run
:
Open source, modern software for charitable hospitals in the developing world.
waff-query
:
Lightweight DOM manager
A.R.M-Y_H4CK3RZ
:
A.R.M-Y H4CK3RZ's Repository
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
GoTutor
?
Download (.md)
# GoTutor 本工程是用来纪录我的一些Go的总结及教程。test2223333 ## 第一节 命令、配置和环境变量操作 ### flag [flag-example](flag-example), Golang自带的标准参数解析包例子。 ### pflag [pflag-example](pflag-example), pflag是flag的一个升级版,原地址在[plag源工程](https://github.com/ogier/pflag)。 ### viper [viper-example](viper-example), viper是一个配置解析工具,用来解析JSON, YAML等配置,以及环境变量。 ### cobra [cobra-example](cobra-example), cobra是一个命令行框架生成和解析的工具包,可以用来生成多级的命令工程。 ### go zookeeper client [zk-example](zk-example), go zookeeper client使用的例子。 ### go url package [url-example](url-example), go自带的url解析包, 可进行url编码和反编码.