kubelwagen/http.go

5 lines
92 B
Go

package kubelwagen
func serveHTTP(hostport string, closer chan bool) error {
return nil
}