This project is based on the project presented in the book "Let's Go" by Alex Edwards. The book is a comprehensive guide to learning the Go programming language, and this project serves as a practical implementation of the knowledge gained from the book.
- Install Go: https://golang.org/doc/install
-
Clone the repository:
git clone https://github.com/olimeme/snip.git cd snip
-
Build and run the project:
go run cmd/web/*
-
Open your web browser and navigate to http://localhost:8080 to see the project in action.
A special thanks to Alex Edwards for writing the "Let's Go" book, which served as the foundation for this project. The book is an invaluable resource for learning Go programming, and this project aims to provide practical examples based on its teachings.