Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smilefish2/go-labs

Use the way of developing command-line applications, practice and learn go language at the same time.用开发命令行应用程序的方式,一边实践一边学习Go语言。
https://github.com/smilefish2/go-labs

cli cli-app go golang learn-to-code learning learning-by-doing

Last synced: 28 days ago
JSON representation

Use the way of developing command-line applications, practice and learn go language at the same time.用开发命令行应用程序的方式,一边实践一边学习Go语言。

Awesome Lists containing this project

README

        

# go-labs
While using the command line to learn Golang, you can run while experimenting. Compared with the traditional single go run main.go method, it can bring some learning fun~

使用命令行学习Golang的同时,可以一边实验一边运行,相较于传统单个go run main.go方式,能带来一些学习乐趣就可以啦~

# Run & Build
```
# Run
go run main.go go-by-example:hello-world
# Build
go build -o go-labs
```

# package:gobyexample_com
English:[https://gobyexample.com/](https://gobyexample.com/)

中文版:[https://gobyexample-cn.github.io/](https://gobyexample-cn.github.io/)