DEBSOURCES
Skip Quicknav
sources / golang-github-gin-gonic-gin / 1.3.0%2Bdfsg1-3 / examples / realtime-chat / Makefile
123456789
all: deps build .PHONY: deps deps: go get -d -v github.com/dustin/go-broadcast/... .PHONY: build build: deps go build -o realtime-chat main.go rooms.go template.go