Files
raven/vendor/golang.org/x/telemetry/internal/telemetry/dateonly.go
2026-01-04 20:57:40 +00:00

10 lines
330 B
Go

// Copyright 2024 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 telemetry
// TODO(rfindley): replace uses of DateOnly with time.DateOnly once we no
// longer support building gopls with go 1.19.
const DateOnly = "2006-01-02"