add missing os package

main
Ajitem Sahasrabuddhe 5 years ago
parent a7f0d86509
commit 489d92d2e2
No known key found for this signature in database
GPG Key ID: 5B0EE10DAA76876C

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

Loading…
Cancel
Save