Browse Source

Added ide mode

pull/103/head
Unknown 11 years ago
parent
commit
d91cb6fc77
  1. 2
      log/log.go

2
log/log.go

@ -100,7 +100,7 @@ func Message(hl, msg string) {
func Help(format string, args ...interface{}) { func Help(format string, args ...interface{}) {
if PureMode { if PureMode {
help(format, atgs...) help(format, args...)
} }
fmt.Printf("gopm %s %s\n", brush.Cyan("HELP"), fmt.Printf("gopm %s %s\n", brush.Cyan("HELP"),

Loading…
Cancel
Save