Skip to content

Commit

Permalink
docs: package
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlbrd committed Oct 5, 2023
1 parent e80811c commit 2ccd4d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions condition/condition.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package condition provides functions for evaluating data.
package condition

import (
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// package config provides capabilities for building configurations.
// Package config provides structures for building configurations.
package config

// Config is a template used by Substation interface factories to produce new
Expand Down
1 change: 1 addition & 0 deletions message/message.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package message provides functions for managing data used by conditions and transforms.
package message

import (
Expand Down
2 changes: 1 addition & 1 deletion transform/transform.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// package transform provides capabilities for transforming data.
// Package transform provides functions for transforming data.
package transform

import (
Expand Down

0 comments on commit 2ccd4d2

Please sign in to comment.