/
githubmirror
/
lazygit
Обзор
Документация
Войти
/
githubmirror
/
lazygit
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
vendor/github.com/google/go-cmp/cmp/internal/flags/flags.go
9 строк
311 B
Stefan Haller
go get -tool mvdan.cc/gofumpt@v0.9.2
02 июл 2026, 11:41
02 июл 2026, 11:41
6599081
Код
Авторство
О чём код?
// Copyright 2019, The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package flags // Deterministic controls whether the output of Diff should be deterministic. // This is only used for testing. var Deterministic bool