Fixing build errors

This commit is contained in:
MichaelOultram 2015-08-03 23:06:32 +01:00
parent 3dd6272028
commit 6c67d731c1
2 changed files with 5 additions and 5 deletions

View file

@ -4,10 +4,10 @@ cache:
directories:
- $HOME/opus
- $HOME/bin
- $HOME/gopath/bin
- $HOME/gopath/pkg
- $HOME/gopath/src/github.com/nitrous-io
- $HOME/gopath/src/github.com/MichaelOultram/mumbledj/.vendor
- $GOPATH/bin
- $GOPATH/pkg
- $GOPATH/src/github.com/nitrous-io
- $GOPATH/src/github.com/MichaelOultram/mumbledj/.vendor
before_script:
- export PATH=$PATH:~/bin/

2
web.go
View file

@ -1,7 +1,7 @@
package main
import (
"encoding/json"
//"encoding/json"
"fmt"
"html"
"html/template"