add missing os package

This commit is contained in:
Ajitem Sahasrabuddhe
2019-08-04 20:44:15 +05:30
parent a7f0d86509
commit 489d92d2e2

View File

@@ -7,6 +7,8 @@ import (
"github.com/shurcooL/vfsgen"
"log"
"net/http"
"os"
"time"
)
// zeroModTimeFileSystem is an http.FileSystem wrapper.