Skip to content

Commit

Permalink
Removed the ' // +build !go1.22' build tag (#735)
Browse files Browse the repository at this point in the history
* Update rand.1.22.go

Removed usage of  // +build go1.22

* Delete internal/util/rand.go

Deleted file using // +build !go1.22
  • Loading branch information
tarunprabhu11 authored Feb 3, 2025
1 parent fe5c09e commit 93e9af3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
3 changes: 0 additions & 3 deletions internal/util/rand.1.22.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build go1.22
// +build go1.22

package util

import (
Expand Down
44 changes: 0 additions & 44 deletions internal/util/rand.go

This file was deleted.

0 comments on commit 93e9af3

Please sign in to comment.