flags.go 314 B

123456789
  1. // Copyright 2019, The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE.md file.
  4. package flags
  5. // Deterministic controls whether the output of Diff should be deterministic.
  6. // This is only used for testing.
  7. var Deterministic bool