gochat

command module
v0.0.0-...-489df26 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2017 License: MIT Imports: 7 Imported by: 0

README

Make sure use install cockroach db in your machine

brew install cockroach

# start cockroach 
cockroach start --insecure --host=localhost

# create database
cockroach sql --insecure

> CREATE database gochat;
> GRANT ALL ON database gochat to roach1;

# running go code
go get
go run main.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL