Skip to content

Commit e558d68

Browse files
authored
Merge pull request #31 from openconfig/dplore-patch-2
add patterncheck package comment
2 parents 6db945d + 40bacc4 commit e558d68

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)