csx 4 年 前
コミット
270c1bc374
共有1 個のファイルを変更した0 個の追加2 個の削除を含む
  1. 0 2
      controllers/sg/his_api_controller.go

+ 0 - 2
controllers/sg/his_api_controller.go ファイルの表示

@@ -1,6 +1,5 @@
1 1
 package sg
2 2
 
3
-import "C"
4 3
 import (
5 4
 	"archive/zip"
6 5
 	"bytes"
@@ -20,7 +19,6 @@ import (
20 19
 	"net/http"
21 20
 	"os"
22 21
 	"path/filepath"
23
-	_ "runtime/cgo"
24 22
 	"strconv"
25 23
 	"strings"
26 24
 	"syscall"