Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julieqiu/opensourcelive
[Tutorial] Level Up: Go Package Discovery and editor tooling
https://github.com/julieqiu/opensourcelive
Last synced: about 1 month ago
JSON representation
[Tutorial] Level Up: Go Package Discovery and editor tooling
- Host: GitHub
- URL: https://github.com/julieqiu/opensourcelive
- Owner: julieqiu
- License: mit
- Created: 2020-09-30T19:51:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T22:19:47.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T20:46:25.053Z (3 months ago)
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Google Open Source Live
[![PkgGoDev](https://pkg.go.dev/badge/github.com/julieqiu/opensourcelive)](https://pkg.go.dev/github.com/julieqiu/opensourcelive)
This is the tutorial for `Level Up: Go Package Discovery and editor tooling`,
presented by
[Julie Qiu](https://twitter.com/jqiu25) and
[Rebecca Stambler](https://twitter.com/stamblerre) at the Google Open Source
Live event on November 5, 2020.In this tutorial, we will be building a Go web application that converts
markdown to HTML and displays them in your browser.To participate in this tutorial, you will need to download:
1. [Go](https://golang.org/doc/install)
2. [VSCode](https://code.visualstudio.com/)## Video Walkthrough
The contents of this repository was presented at
[Google Open Source Live](https://opensourcelive.withgoogle.com/events/go)
in our talk,
[Level Up: Go Package Discovery and Editor Tooling](https://www.youtube.com/watch?v=n7ayE29b7QA&feature=emb_logo).## Usage
If you would like to run this web app:
1. Clone this repository.
2. Run `go run main.go`.
3. Visit localhost:8080/turkeychili.