You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
201 B

// Copyright (c) 2019 The Jaeger Authors.
// Copyright (c) 2017 Uber Technologies, Inc.
package main
import (
"github.com/jaegertracing/jaeger/examples/hotrod/cmd"
)
func main() {
cmd.Execute()
}