Skip to content

Instantly share code, notes, and snippets.

View wildan2711's full-sized avatar

Wildan Maulana Syahidillah wildan2711

View GitHub Profile
@wildan2711
wildan2711 / example_simple_json_server.go
Created September 12, 2017 02:31
Example of a simple JSON server (REST API)
package main
import (
"encoding/json"
"net/http"
"github.com/gorilla/mux"
)
type Mama struct {
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.