Fix broken build

This commit is contained in:
Bjørn Erik Pedersen 2016-10-10 15:17:13 +02:00
parent 0206be0275
commit 8b8a1e0a4c

View file

@ -16,6 +16,7 @@ package hugolib
import ( import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"html/template"
"net/url" "net/url"
"os" "os"
"path/filepath" "path/filepath"