readme, nix fixes

This commit is contained in:
41666 2025-03-26 01:03:26 -07:00
parent aafe3e2d21
commit 64bd10915b
12 changed files with 102 additions and 23 deletions

View file

@ -13,5 +13,5 @@ func TestHeadTitle(t *testing.T) {
}
func TestJ(t *testing.T) {
assert.Equal(t, "a/b/c", utils.J("a", "b", "c"))
assert.Equal(t, "/a/b/c", utils.J("a", "b", "c"))
}