REST service implemented usign Golang
First try on REST service written in Golang. Application provides basic CRUD operations on Book repository.
Java is fun but why not to try Go?
- Golang project structure,
- How to work with packages in Go,
- Interactions with SQL Database,
- How to build types and data structures,
- Dependency management,
- Error management,
- Sending data over HTTP
{
"id": "int",
"title": "string",
"author": "string",
"year": "string"
}