https://github.com/springerpe/pe-timetest-app
A simple app supporting #timecops tests
https://github.com/springerpe/pe-timetest-app
Last synced: over 1 year ago
JSON representation
A simple app supporting #timecops tests
- Host: GitHub
- URL: https://github.com/springerpe/pe-timetest-app
- Owner: SpringerPE
- Created: 2016-06-16T11:30:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T15:39:14.000Z (almost 10 years ago)
- Last Synced: 2025-01-14T04:44:33.662Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple app with instrumented webserver
## Locally
`go run main.go`
## CloudFoundry
cf push myapp --no-start
cf start myapp