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