Go to file
2015-05-25 04:00:21 +02:00
assets Add config file, handle it with Viper, add a command to open it in an editor 2015-05-25 04:00:21 +02:00
client Add config file, handle it with Viper, add a command to open it in an editor 2015-05-25 04:00:21 +02:00
commands Add config file, handle it with Viper, add a command to open it in an editor 2015-05-25 04:00:21 +02:00
Godeps Add config file, handle it with Viper, add a command to open it in an editor 2015-05-25 04:00:21 +02:00
server Add config file, handle it with Viper, add a command to open it in an editor 2015-05-25 04:00:21 +02:00
storage Add config file, handle it with Viper, add a command to open it in an editor 2015-05-25 04:00:21 +02:00
.gitignore Add message logging and search server side 2015-04-29 23:54:44 +02:00
config.default.toml Add config file, handle it with Viper, add a command to open it in an editor 2015-05-25 04:00:21 +02:00
LICENSE Add license 2015-05-01 23:50:06 +02:00
main.go Add config file, handle it with Viper, add a command to open it in an editor 2015-05-25 04:00:21 +02:00
README.md Make gulp run go-bindata 2015-04-30 00:45:02 +02:00

name_pending

Web-based IRC client in Go.

Installing

go get github.com/khlieng/name_pending

Running

name_pending

Building the server

Requirements

cd $GOPATH/src/github.com/khlieng/name_pending

go install

Building the client

Requirements

npm install -g gulp
go get github.com/jteeuwen/go-bindata/...
cd $GOPATH/src/github.com/khlieng/name_pending/client
npm install

gulp -p

# Rebuild the server :)