Adds missing os import.

pull/3672/head
James Phillips 2017-11-08 20:02:22 -08:00
parent f6b7dcbcf6
commit cd935ebe6c
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import (
"net" "net"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"os"
"reflect" "reflect"
"regexp" "regexp"
"strings" "strings"