Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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.