Browse Source

context引包处理

mxs 9 months ago
parent
commit
8f6c2296af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.go

+ 1 - 1
app.go

@@ -1,8 +1,8 @@
 package main
 
 import (
+	"context"
 	"fmt"
-	"golang.org/x/net/context"
 	qu "jygit.jydev.jianyu360.cn/data_processing/common_utils"
 	"os"
 	rt "runtime"