This commit is contained in:
2026-01-09 15:48:31 +08:00
parent e32eabbf95
commit c8e189e9c7
28 changed files with 2795 additions and 0 deletions

6
trade/new.go Normal file
View File

@@ -0,0 +1,6 @@
package trade
func NewTrade() {
NewLock()
NewAccounts()
}