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

https://github.com/techplexengineer/ece331-intro-to-go

Intro to Go for UMaine ECE 331 2020
https://github.com/techplexengineer/ece331-intro-to-go

Last synced: 29 days ago
JSON representation

Intro to Go for UMaine ECE 331 2020

Awesome Lists containing this project

README

          

Intro to Go/Golang for UMaine ECE 331
=====================================

Some introductory examples of Go.

In the Examples Directory
1. Hello World
2. Printf
3. Minimal HTTP Server
4. HTTP Server with HTML template
5. Publishing JSON Data
6. Visualizing data with Chart.js
7. Read from sqlite3 database

[Go by Example](https://gobyexample.com/) is a much more complete set of examples.