合并 internal → main: 退款/提现/激活/CI 全面优化 #4
@@ -1,3 +1,5 @@
|
||||
//go:build ignore
|
||||
|
||||
package main
|
||||
|
||||
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
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user