// +build integration package main import "testing" var serverUrl = "http://localhost:8080" func TestServerStatus(t *testing.T) { }