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

https://github.com/jcmdsbr/go-rest-hello-world

Project to learning golang use a rest api use case
https://github.com/jcmdsbr/go-rest-hello-world

gofiber golang learning rest-api

Last synced: about 2 months ago
JSON representation

Project to learning golang use a rest api use case

Awesome Lists containing this project

README

        

# The GoRest HelloWorld :sunglasses:

- Learning golang, Exercise to se a rest api use case

## Give a Star! :star:

If you liked the project, please give a star ;)

## You need some of the fallowing tools :exclamation:

- GoLang (Install fiber package)

## Description :books:

- Go is an open source programming language that makes it easy to build simple, reliable, and efficient software

### Startup ✔️

```go
go run main.go
```

**Official documentation** [Redirect](https://blog.golang.org/)