An open API service indexing awesome lists of open source software.

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

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 ./...
```