Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 747 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 747 Bytes

Go

gowebfrontend

Golang webserver using mux and html templates

using

  • "context"
  • "os"
  • "os/signal"
  • "syscall"
  • "fmt"
  • "time"
  • "log"
  • "html/template"
  • "net/http"
  • "net/http/httputil"
  • "sync"
  • "sync/atomic"
  • "github.com/gorilla/mux"
  • "github.com/gorilla/handlers"

get dependencies and build server

  • go get -d -v
  • go clean
  • go build

run

  • go run main.go

debug

  • go get -u github.com/go-delve/delve/cmd/dlv
  • dlv debug ./goservice

rest calls to create event and to list all events