Browse Source

Add build command

Guillaume J. Charmes 12 years ago
parent
commit
e2880950c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      commands.go

+ 1 - 0
commands.go

@@ -10,6 +10,7 @@ import (
 	"log"
 	"net/http"
 	"net/url"
+	"os"
 	"path/filepath"
 	"runtime"
 	"strconv"