修复(#83): 修复脚本目录全量测试构建失败
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
//go:build ignore
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
// Package scripts keeps standalone maintenance tools out of normal package
|
||||||
|
// builds. Run individual tools with go run scripts/<tool>.go.
|
||||||
|
package scripts
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
//go:build ignore
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Reference in New Issue
Block a user