This is an automated email from the ASF dual-hosted git repository.
rawlin pushed a commit to branch 3.1.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/3.1.x by this push:
new c97feba Import errors package
c97feba is described below
commit c97feba55356ce1cdab3eef7ea51b8679590bf0e
Author: Rawlin Peters <[email protected]>
AuthorDate: Tue Sep 3 10:42:56 2019 -0600
Import errors package
---
traffic_ops/traffic_ops_golang/login/login.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/traffic_ops/traffic_ops_golang/login/login.go
b/traffic_ops/traffic_ops_golang/login/login.go
index 4fb336a..6e0bca3 100644
--- a/traffic_ops/traffic_ops_golang/login/login.go
+++ b/traffic_ops/traffic_ops_golang/login/login.go
@@ -21,6 +21,7 @@ package login
import (
"encoding/json"
+ "errors"
"fmt"
"net/http"
"time"