错误日志查询问题修复
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
//go:build cgo
|
||||
// +build cgo
|
||||
|
||||
// Copyright 2023 GoEdge CDN goedge.cdn@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
|
||||
package injectionutils
|
||||
@@ -8,8 +11,6 @@ package injectionutils
|
||||
#include <libinjection.h>
|
||||
#include <stdlib.h>
|
||||
*/
|
||||
//go:build cgo
|
||||
|
||||
import "C"
|
||||
import (
|
||||
"github.com/TeaOSLab/EdgeNode/internal/utils/fasttime"
|
||||
|
||||
Reference in New Issue
Block a user