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
- Host: GitHub
- URL: https://github.com/techplexengineer/ece331-intro-to-go
- Owner: TechplexEngineer
- Created: 2021-04-08T19:45:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T12:42:43.000Z (almost 5 years ago)
- Last Synced: 2025-02-25T09:19:21.221Z (about 1 year ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.