Skip to content

Commit

Permalink
chore: Add package descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Oct 24, 2022
1 parent 2d6e3a4 commit 90a5ce5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ linters-settings:
stylecheck:
checks:
- all
- -ST1000

issues:
include:
Expand Down
1 change: 1 addition & 0 deletions assets/chezmoi.io/docs/docs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package docs contains chezmoi's documentation.
package docs

import _ "embed"
Expand Down
1 change: 1 addition & 0 deletions pkg/archivetest/archivetest.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package archivetest provides useful functions for testing archives.
package archivetest

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/chezmoibubbles/chezmoibubbles.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Package chezmoibubbles provides text user interface components for chezmoi
// using github.com/charmbracelet/bubbletea.
package chezmoibubbles

0 comments on commit 90a5ce5

Please sign in to comment.