Skip to content

Commit

Permalink
groot/internal/rcompress: make Kind implement fmt.Stringer
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <[email protected]>
  • Loading branch information
sbinet committed Oct 22, 2024
1 parent 419b4d8 commit 212f991
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
31 changes: 31 additions & 0 deletions groot/internal/rcompress/kind_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions groot/internal/rcompress/rcompress.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// ROOT data payloads.
package rcompress // import "go-hep.org/x/hep/groot/internal/rcompress"

//go:generate stringer -type Kind

import (
"encoding/binary"
"errors"
Expand Down

0 comments on commit 212f991

Please sign in to comment.