https://github.com/denismurphy/gopher
Naive code snippets and examples that I put together while learning Go.
https://github.com/denismurphy/gopher
beginner concurrency error go golang interface interpolation pointers udt
Last synced: about 1 month ago
JSON representation
Naive code snippets and examples that I put together while learning Go.
- Host: GitHub
- URL: https://github.com/denismurphy/gopher
- Owner: denismurphy
- License: mit
- Created: 2024-08-14T16:22:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T12:02:58.000Z (over 1 year ago)
- Last Synced: 2024-12-24T06:14:35.148Z (about 1 year ago)
- Topics: beginner, concurrency, error, go, golang, interface, interpolation, pointers, udt
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 🚀 Gopher
Gopher is a set of naive code snippets and examples that I put together while learning Go.
## ✨ Features
- 📚 Basic Go syntax and structures
- 🔄 Concurrency with goroutines and channels
- 🏗️ Custom types and interfaces
- ⚠️ Error handling
- 📁 File I/O operations
- 💻 Command-line interaction
- 🧮 Math utilities
- 🔤 String manipulation
## 📄 License
This project is licensed under the MIT License - see the LICENSE file for details. ⚖️