摘要: package main import ( "context" "log" ) func main() { _Handler( "hello", context.Background(), multi([]Interceptor{A, B}...), ) } func A(ctx context.C 阅读全文
posted @ 2021-10-06 00:30 gdut17 阅读(55) 评论(0) 推荐(0)