Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goplus/tutorial
Tutorials for GoPlus (The Go+ Language)
https://github.com/goplus/tutorial
gop goplus playground tutorial
Last synced: 5 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T02:45:12.000Z (7 months ago)
- Last Synced: 2024-08-02T18:36:52.565Z (3 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)
[![Build Status](https://github.com/goplus/tutorial/actions/workflows/gop.yml/badge.svg)](https://github.com/goplus/tutorial/actions/workflows/gop.yml)
[![Tutorials](https://img.shields.io/badge/tutorial-Go+-blue.svg)](https://tutorial.goplus.org/)
[![Playground](https://img.shields.io/badge/playground-Go+-blue.svg)](https://play.goplus.org/)
[![Language](https://img.shields.io/badge/language-Go+-blue.svg)](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.