Skip to content

Commit a3df84f

Browse files
authored
Chore: Homogenize pkg docs comment block format (#4603)
1 parent 7aac175 commit a3df84f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

internal/js/doc.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/*
2-
Package js is the JavaScript implementation of the lib.Runner and relative concepts for
3-
executing concurrent-safe JavaScript code.
4-
*/
1+
// Package js is the JavaScript implementation of the lib.Runner and relative concepts for
2+
// executing concurrent-safe JavaScript code.
53
package js

output/csv/doc.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
/*
2-
Package csv implements an output writing metrics in csv format
3-
*/
1+
// Package csv implements an output writing metrics in csv format
42
package csv

0 commit comments

Comments
 (0)