diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-06-20 11:43:44 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-06-20 11:43:44 +0200 |
| commit | c0ca4d891f08a5baef22bee16a1a4feb0089bbae (patch) | |
| tree | 521cff4bf737a547f76e70d40f4033068f1f3ff3 /option | |
| parent | 76fdf49e4f3bd0048da2bc4697cac2f2b2cf752a (diff) | |
| download | go-gg-c0ca4d891f08a5baef22bee16a1a4feb0089bbae.tar.gz | |
assert: add smart implementation for func Equal
Diffstat (limited to 'option')
| -rw-r--r-- | option/option_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/option/option_test.go b/option/option_test.go index 7ba50d9..43d114e 100644 --- a/option/option_test.go +++ b/option/option_test.go @@ -1,7 +1,7 @@ // SPDX-FileCopyrightText: 2025 Stefan Majewsky <majewsky@gmx.net> // SPDX-License-Identifier: Apache-2.0 -package option +package option_test import ( "encoding/json" @@ -10,6 +10,7 @@ import ( "testing" "go.xyrillian.de/gg/assert" + . "go.xyrillian.de/gg/option" ) func TestZeroValue(t *testing.T) { |
