Skip to content

wlanboy/gowebfrontend

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages