go run main.go server.go model.go
curl --header "Content-Type: application/json" \
--request POST \
--data '{"description":"mój fragment kodu","content":"fmt.Println(\"Hello, world!\")"}' \
http://localhost:8080/
{"id":"019fdf09-cf59-4091-9a61-3fbae0e7276c"}
curl --header "Content-Type: application/json" \
--request GET \
http://localhost:8080/paste/019fdf09-cf59-4091-9a61-3fbae0e7276c
{"id":"019fdf09-cf59-4091-9a61-3fbae0e7276c","description":"mój fragment kodu","content":"fmt.Println(\"Hello, world!\")"}