/lets-go-chat

Go Project

Primary LanguageGoMIT LicenseMIT

lets-go-chat

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

Running App

$ go run cmd/lets-go-chat/main.go

Makefile:

$ make run

Running Tests

$ go test ./...

Makefile:

$ make test

Documentation

  • Install GoDoc: $ go install golang.org/x/tools/cmd/godoc@latest
  • Run: go godoc -http=:6060
  • Open: localhost:6060