Skip to content

Commit 40bacc4

Browse files
committed
add patterncheck package comment
1 parent 6db945d commit 40bacc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gotests/patterncheck/patterncheck.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// patterncheck provides functions to execute regular expression checks
16+
// defined in the OpenConfig yang modules against static test data to ensure
17+
// the yang regexes have their intended effect.
1518
package patterncheck
1619

1720
import (

0 commit comments

Comments
 (0)