Skip to content

go-chat/gochat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Gochat is a chat integration service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages