···22// a friendlier and more intuitive API.
33//
44// Simple tests become trivial and test provides mechanisms for adding useful context to test failures.
55-package test
55+package test // import "go.followtheprocess.codes/test"
6677import (
88 "bytes"
···1515 "sync"
1616 "testing"
17171818- "github.com/FollowTheProcess/hue"
1919- "github.com/FollowTheProcess/test/internal/diff"
1818+ "go.followtheprocess.codes/hue"
1919+ "go.followtheprocess.codes/test/internal/diff"
2020)
21212222const (