A lightweight test helper package
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix go.mod

Tom Fleet (Nov 16, 2024, 5:31 PM UTC) b90f577c f6e8ffb7

+1 -3
+1 -3
go.mod
··· 1 1 module github.com/FollowTheProcess/test 2 2 3 - go 1.22.0 4 - 5 - toolchain go1.23.3 3 + go 1.23 6 4 7 5 require github.com/google/go-cmp v0.6.0 8 6