Skip to content

tullur/lets-go-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published