Skip to content

Commit

Permalink
groot: fix go:generate portability for root-gen-type
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen authored and sbinet committed Jun 23, 2022
1 parent 0c1ce51 commit ece275b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions groot/cmd/root-gen-type/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/root-gen-type
/root-gen-type.exe
2 changes: 1 addition & 1 deletion groot/cmd/root-gen-type/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.

//go:generate go run ./gen-data.go -f ../../testdata/streamers.root
//go:generate root-gen-type -p main -t Event,P3 -o ./testdata/streamers.txt ../../testdata/streamers.root
//go:generate go run . -p main -t Event,P3 -o ./testdata/streamers.txt ../../testdata/streamers.root

// Command root-gen-type generates a Go type from the StreamerInfo contained
// in a ROOT file.
Expand Down

0 comments on commit ece275b

Please sign in to comment.