Skip to content

Commit

Permalink
pkg: add packages comments
Browse files Browse the repository at this point in the history
Make revive happy or else CI will fail.

Signed-off-by: Shachar Sharon <[email protected]>
  • Loading branch information
synarete authored and phlogistonjohn committed Mar 9, 2023
1 parent 2b87915 commit 8fda30b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// Package service implements service-watch probe
package service

import (
Expand Down Expand Up @@ -67,4 +68,3 @@ func Updated(prev sf.HostState, svc *corev1.Service, nameLabel string) (
newh := ToHostState(svc, nameLabel)
return newh, prev.Differs(newh)
}

1 change: 1 addition & 0 deletions pkg/statefile/statefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

// Package statefile implements output state as-file
package statefile

import (
Expand Down

0 comments on commit 8fda30b

Please sign in to comment.