Skip to content

Commit e7d9c5c

Browse files
authored
Change package name from maps to ptr for consistency (#5954)
1 parent 8b935a5 commit e7d9c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pkg/util/ptr/ptrs.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package maps
17+
package ptr
1818

1919
// ValEquals returns true when ptr is non‑nil and *ptr == want.
2020
func ValEquals[T comparable](ptr *T, want T) bool {

0 commit comments

Comments
 (0)