tullur / lets-go-chat

Go Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Go Project

License:MIT License


Languages

Language:Go 99.4%Language:Makefile 0.6%