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

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.

Awesome Lists containing this project

README

          

![Gopher](https://github.com/denismurphy/gopher/blob/main/_gopher.svg?raw=true&version=1)

# 🚀 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. ⚖️