rework document for API

This commit is contained in:
Shelikhoo
2021-05-04 21:06:23 +01:00
parent 38f522fb72
commit c66a1678da
+2 -2
View File
@@ -45,8 +45,8 @@ func toContext(ctx context.Context, v *Instance) context.Context {
return ctx
}
/* ToBackgroundDetachedContext create a detached context from another context
Internal API
/*ToBackgroundDetachedContext create a detached context from another context
Internal API
*/
func ToBackgroundDetachedContext(ctx context.Context) context.Context {
instance := MustFromContext(ctx)