Skip to content

Commit

Permalink
add some package-level comments
Browse files Browse the repository at this point in the history
  • Loading branch information
muir committed Sep 26, 2022
1 parent 0f5161f commit 5a5df4b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions trace/trace.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// trace is the data structures to describe trace_id and span_id
package trace

import (
Expand Down
1 change: 1 addition & 0 deletions xopbytes/bytelogger.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// xopbytes wrapes io.Writer with additional methods useful for wrting logs
package xopbytes

import (
Expand Down
1 change: 1 addition & 0 deletions xopconst/standard.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// xopconst provides pre-registed standard attributes for describing spans
package xopconst

import (
Expand Down
1 change: 1 addition & 0 deletions xopnum/levels.go → xopnum/level.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// xopnum provides constants used across the xop ecosystem
package xopnum

//go:generate enumer -type=Level -linecomment -json -sql
Expand Down
1 change: 1 addition & 0 deletions xopotel/models.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// xopotel provides interconnection between OpenTelemetry and xop
package xopotel

import (
Expand Down

0 comments on commit 5a5df4b

Please sign in to comment.