MCPcopy Create free account
hub / github.com/Masterminds/glide / Msg

Function Msg

msg/msg.go:194–196  ·  view source on GitHub ↗

Msg prints a message with optional arguments, that can be printed, of varying types using the Default Messenger.

(msg string, args ...interface{})

Source from the content-addressed store, hash-verified

192// Msg prints a message with optional arguments, that can be printed, of
193// varying types using the Default Messenger.
194func Msg(msg string, args ...interface{}) {
195 Default.Msg(msg, args...)
196}
197
198// Puts formats a message and then prints to Stdout.
199//

Callers

nothing calls this directly

Calls 1

MsgMethod · 0.80

Tested by

no test coverage detected