https://github.com/beeceej/go-introduction
Introduction to golang
https://github.com/beeceej/go-introduction
Last synced: about 2 months ago
JSON representation
Introduction to golang
- Host: GitHub
- URL: https://github.com/beeceej/go-introduction
- Owner: beeceej
- Created: 2018-01-19T22:45:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T17:16:11.000Z (over 8 years ago)
- Last Synced: 2025-03-23T10:46:24.547Z (about 1 year ago)
- Language: Go
- Size: 123 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang
## [Preface](./preface/README.md)
## [ Example 1 | Language Basics! ](./example-1/main.go)
## [ Example 2 | Packages and visibility! ](./example-2/main.go)
## [ Example 3 | interfaces! ](./example-3/main.go)
## [ Example 4 | Concurrency! ](./example-4/main.go)
## [ Example 5 | Serialization! ](./example-5/main.go)
## [ Example 6 | Servers! ](./example-6/main.go)
## [ Example 7 | A CLI! (redacted)](./README.md)
## [ Example 8 | Docker! ](./example-8/main.go)