This is an automated email from the ASF dual-hosted git repository.
mitchell852 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from f7d7c72 Fixed broken user tests (#3955)
add 67ee2e8 Rewrote /user/logout to Go (#3903)
No new revisions were added by this update.
Summary of changes:
traffic_ops/traffic_ops_golang/login/logout.go | 66 +++++++++
.../traffic_ops_golang/login/logout_test.go | 157 +++++++++++++++++++++
traffic_ops/traffic_ops_golang/routing/routes.go | 1 +
3 files changed, 224 insertions(+)
create mode 100644 traffic_ops/traffic_ops_golang/login/logout.go
create mode 100644 traffic_ops/traffic_ops_golang/login/logout_test.go