Skip to content

Commit

Permalink
mockgen: remove unused support file for Go < 1.18 (#149)
Browse files Browse the repository at this point in the history
This PR removes the file `mockgen/generic_notgo118.go`. This file is
used for Go 1.17 and below. Now it is unneeded as the project supports
Go 1.19 and above.
  • Loading branch information
alexandear authored Feb 20, 2024
1 parent c7d12dd commit 1b6a97d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
3 changes: 0 additions & 3 deletions mockgen/generic_go118.go → mockgen/generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build go1.18
// +build go1.18

package main

import (
Expand Down
41 changes: 0 additions & 41 deletions mockgen/generic_notgo118.go

This file was deleted.

0 comments on commit 1b6a97d

Please sign in to comment.