Skip to content

Instantly share code, notes, and snippets.

View lucasguiss's full-sized avatar
🏠
Working from home

Lucas Guiss Gusmão lucasguiss

🏠
Working from home
View GitHub Profile
@lucasguiss
lucasguiss / chapter-endpoint.go
Created March 14, 2021 16:10
Go endpoint that converts a given message to a custom response to present on a Chapter to ROIT INNOVATION
package main
import (
"encoding/json"
"log"
"net/http"
"time"
"github.com/gorilla/mux"
)