MCPcopy Create free account
hub / github.com/aws-cloudformation/rain / ExampleValue

Function ExampleValue

cft/diff/examples_test.go:7–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5)
6
7func ExampleValue() {
8 fmt.Println(compareValues("foo", "foo"))
9 fmt.Println(compareValues("foo", "bar"))
10
11 // Output:
12 // (=)foo
13 // (>)bar
14}
15
16func ExampleSlice() {
17 original := []interface{}{"foo"}

Callers

nothing calls this directly

Calls 1

compareValuesFunction · 0.85

Tested by

no test coverage detected