github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/integration/fixtures/constants/constants.go (about) 1 package constants 2 3 const ( 4 // HTTPDemoResponse is the response that should be returned from the HTTP 5 // demo server. 6 HTTPDemoResponse = "Hello from the demo" 7 // HTTPDemoBindAddress is the bind address for the HTTP demo server. 8 HTTPDemoBindAddress = "localhost:8080" 9 )