MCPcopy Create free account
hub / github.com/coder/slog / F

Function F

slog.go:235–237  ·  view source on GitHub ↗

F is a convenience constructor for Field.

(name string, value interface{})

Source from the content-addressed store, hash-verified

233
234// F is a convenience constructor for Field.
235func F(name string, value interface{}) Field {
236 return Field{Name: name, Value: value}
237}
238
239// M is a convenience constructor for Map
240func M(fs ...Field) Map {

Callers 2

encodeJSONFunction · 0.85
ErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected