Beispiel #1
0
// ModuleName returns the module name of the current instance.
func ModuleName(c context.Context) string {
	return internal.ModuleName(c)
}
// ModuleName returns the module name of the current instance.
func ModuleName(c Context) string {
	return internal.ModuleName()
}