add missing os package

This commit is contained in:
Ajitem Sahasrabuddhe 2019-08-04 20:44:15 +05:30
parent a7f0d86509
commit 489d92d2e2
No known key found for this signature in database
GPG Key ID: 5B0EE10DAA76876C

View File

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