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: directories:
- $HOME/opus - $HOME/opus
- $HOME/bin - $HOME/bin
- $HOME/gopath/bin - $GOPATH/bin
- $HOME/gopath/pkg - $GOPATH/pkg
- $HOME/gopath/src/github.com/nitrous-io - $GOPATH/src/github.com/nitrous-io
- $HOME/gopath/src/github.com/MichaelOultram/mumbledj/.vendor - $GOPATH/src/github.com/MichaelOultram/mumbledj/.vendor
before_script: before_script:
- export PATH=$PATH:~/bin/ - export PATH=$PATH:~/bin/

2
web.go
View file

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