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"