https://github.com/yankeguo-deprecated/bastion-93d062c2
[WIP] Enterprise Bastion System in Golang
https://github.com/yankeguo-deprecated/bastion-93d062c2
Last synced: about 2 months ago
JSON representation
[WIP] Enterprise Bastion System in Golang
- Host: GitHub
- URL: https://github.com/yankeguo-deprecated/bastion-93d062c2
- Owner: yankeguo-deprecated
- License: mit
- Created: 2017-09-11T07:18:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T18:11:38.000Z (over 7 years ago)
- Last Synced: 2025-02-14T16:59:16.770Z (3 months ago)
- Language: Go
- Homepage:
- Size: 971 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bastion
Enterprise Bastion System in Golang
# Compile
* checkout `github.com/docker/docker` with tag `v17.03.2-ce`
# Development
# Testing
Setup environment `TEST_DB_URL`, for example `root@tcp(localhost:3306)/bastion_test?parseTime=true`
```shell
go test -v ./...
```