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

About

Golang webserver using mux and html templates

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages