package
0.0.0-20200226065818-fe632b36a108
Repository: https://github.com/alipay/sofa-mesh.git
Documentation: pkg.go.dev

# Variables

Fatalf is a FormatFn that prints the formatted string to os.Stderr and then calls os.Exit().
Printf is a FormatFn that prints the formatted string to os.Stdout.

# Type aliases

FormatFn formats the supplied arguments according to the format string provided and executes some set of operations with the result.