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

Function Puts

msg/msg.go:218–220  ·  view source on GitHub ↗

Puts formats a message and then prints to Stdout using the Default Messenger. It does not prefix the message, does not color it, or otherwise decorate it. It does add a line feed.

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

Source from the content-addressed store, hash-verified

216//
217// It does add a line feed.
218func Puts(msg string, args ...interface{}) {
219 Default.Puts(msg, args...)
220}
221
222// Print prints exactly the string given.
223//

Callers

nothing calls this directly

Calls 1

PutsMethod · 0.80

Tested by

no test coverage detected