Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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语言。
- Host: GitHub
- URL: https://github.com/smilefish2/go-labs
- Owner: Smilefish2
- License: mit
- Created: 2021-11-04T07:54:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T09:56:50.000Z (about 2 years ago)
- Last Synced: 2023-08-06T17:40:34.572Z (over 1 year ago)
- Topics: cli, cli-app, go, golang, learn-to-code, learning, learning-by-doing
- Language: Go
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)