Skip to content

Commit

Permalink
counter: remove 1.18 support in counter and countertest
Browse files Browse the repository at this point in the history
We only support the last two versions so remove the files adding stubs
for Go 1.18 in the counter and countertest packages.

Change-Id: I72e3f3dd684afe1589f241898f25d3d81370163b
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/571315
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
  • Loading branch information
matloob committed Mar 13, 2024
1 parent d5a85b2 commit d1a75fc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 55 deletions.
2 changes: 0 additions & 2 deletions counter/counter.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build go1.19

package counter

// The implementation of this package and tests are located in
Expand Down
30 changes: 0 additions & 30 deletions counter/counter_118.go

This file was deleted.

2 changes: 0 additions & 2 deletions counter/countertest/countertest.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build go1.19

// countertest provides testing utilities for counters.
// This package cannot be used except for testing.
package countertest
Expand Down
21 changes: 0 additions & 21 deletions counter/countertest/countertest_go118.go

This file was deleted.

0 comments on commit d1a75fc

Please sign in to comment.