# tutorial **Repository Path**: pear2007/tutorial ## Basic Information - **Project Name**: tutorial - **Description**: Tutorials for GoPlus (The Go+ Language) - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-21 - **Last Updated**: 2022-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tutorials for GoPlus (The Go+ Language) [![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.