This website requires JavaScript.
Explore
Help
Register
Sign In
lychiyu
/
bbgo_origin
Watch
1
Star
0
Fork
0
You've already forked bbgo_origin
mirror of
https://github.com/c9s/bbgo.git
synced
2024-11-10 09:11:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fba0a20cda
bbgo_origin
/
cmd
/
bbgo
/
main.go
10 lines
88 B
Go
Raw
Normal View
History
Unescape
Escape
add cmd/bbgo
2020-10-10 05:18:40 +00:00
package
main
import
(
move commands into pkg/cmd
2020-10-23 06:28:07 +00:00
"github.com/c9s/bbgo/pkg/cmd"
add cmd/bbgo
2020-10-10 05:18:40 +00:00
)
func
main
(
)
{
rename Run to Execute to avoid confusion
2020-10-23 06:38:24 +00:00
cmd
.
Execute
(
)
add cmd/bbgo
2020-10-10 05:18:40 +00:00
}
Reference in New Issue
Copy Permalink