10 lines
330 B
Go
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"
|