- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestMarshalUnmarshalMSS (0.1 sec)
-
internal/grid/types_test.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package grid import ( "reflect" "testing" "github.com/tinylib/msgp/msgp" ) func TestMarshalUnmarshalMSS(t *testing.T) { v := MSS{"abc": "def", "ghi": "jkl"} bts, err := v.MarshalMsg(nil) if err != nil { t.Fatal(err) } var v2 MSS left, err := v2.UnmarshalMsg(bts) if err != nil { t.Fatal(err)
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 3.6K bytes - Viewed (0)