1 2 3 4 5 6 7 8 9 10
package varlinkapi import ( "context" ) // getContext returns a non-nil, empty context func getContext() context.Context { return context.TODO() }