This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/3.0.x by this push:
     new c85ba9e  Import errors package
c85ba9e is described below

commit c85ba9e6ab0120a69716a47005e71257a6197757
Author: Rawlin Peters <[email protected]>
AuthorDate: Tue Sep 3 10:39:53 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"

Reply via email to