package value

import "github.com/google/go-cmp/cmp/internal/value"

Package value provides functionality for reflect.Value types.

Index

Functions

func Format

func Format(v reflect.Value, useStringer bool) string

Format formats the value v as a string.

This is similar to fmt.Sprintf("%+v", v) except this:

func SortKeys

func SortKeys(vs []reflect.Value) []reflect.Value

SortKeys sorts a list of map keys, deduplicating keys if necessary. The type of each value must be comparable.

Source Files

format.go sort.go

Version
v0.1.0
Published
Aug 3, 2017
Platform
windows/amd64
Imports
7 packages
Last checked
6 hours ago

Tools for package owners.