Skip to content

Commit

Permalink
remove Fmt, HTMLer ToHTML and Stringer
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdata committed Dec 17, 2024
1 parent 6da5620 commit eddd630
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 289 deletions.
37 changes: 0 additions & 37 deletions fmt.go

This file was deleted.

54 changes: 0 additions & 54 deletions htmler.go

This file was deleted.

38 changes: 0 additions & 38 deletions htmler_test.go

This file was deleted.

33 changes: 0 additions & 33 deletions stringer.go

This file was deleted.

70 changes: 0 additions & 70 deletions stringer_test.go

This file was deleted.

37 changes: 0 additions & 37 deletions tohtml.go

This file was deleted.

20 changes: 0 additions & 20 deletions tohtml_test.go

This file was deleted.

4 changes: 4 additions & 0 deletions ui_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ func TestRequest_NewElement_DebugPanicsIfNotComparable(t *testing.T) {
t.Fail()
}

type testStringer struct{}

func (testStringer) String() string { return "foo" }

func TestRequest_JawsRender_DebugOutput(t *testing.T) {
is := newTestHelper(t)
rq := newTestRequest()
Expand Down

0 comments on commit eddd630

Please sign in to comment.