Skip to content

emersonlugo/users-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

users-api

This version of users-api is an API that was built using only the native resources of Go.

The idea is to demonstrate that it is possible to create an api rest using only the native language resources and, in contrast, the verbosity that this generates in dependency management and http handlers.

Instalation

  • With [go-mod] (requires [go 1.13][golang] or superior):
go get github.com/emersonlugo/users-api