https://github.com/goplus/tutorial
Tutorials for GoPlus (The Go+ Language)
https://github.com/goplus/tutorial
gop goplus playground tutorial
Last synced: about 1 month ago
JSON representation
Tutorials for GoPlus (The Go+ Language)
- Host: GitHub
- URL: https://github.com/goplus/tutorial
- Owner: goplus
- License: apache-2.0
- Created: 2021-11-19T09:45:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T02:45:12.000Z (about 1 year ago)
- Last Synced: 2024-11-07T02:37:43.734Z (7 months ago)
- Topics: gop, goplus, playground, tutorial
- Language: Go
- Homepage: https://tutorial.goplus.org
- Size: 287 KB
- Stars: 40
- Watchers: 14
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tutorials for GoPlus (The Go+ Language)
[](https://github.com/goplus/tutorial/actions/workflows/gop.yml)
[](https://tutorial.goplus.org/)
[](https://play.goplus.org/)
[](https://github.com/goplus/gop)## How to run locally
To see the site locally:
```sh
go run .
```and open http://localhost:8000/ in your browser.