Skip to content

Commit

Permalink
add comment describing the templates var
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Feb 13, 2025
1 parent 6ccfaf3 commit 616b069
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zpages/internal/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ package internal // import "go.opentelemetry.io/contrib/zpages/internal"

import "embed"

// Templates embeds all the HTML templates used used to serve the tracez
// endpoint
//
//go:embed templates/*
var Templates embed.FS

0 comments on commit 616b069

Please sign in to comment.