Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/openconfig/pattern-regex-tests

go 1.19
go 1.23.0

toolchain go1.24.2

require (
github.com/golang/glog v1.2.4
Expand Down
3 changes: 3 additions & 0 deletions gotests/patterncheck/patterncheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// patterncheck provides functions to execute regular expression checks

Check failure on line 15 in gotests/patterncheck/patterncheck.go

View workflow job for this annotation

GitHub Actions / go / Static Analysis

package comment should be of the form "Package patterncheck ..."
// defined in the OpenConfig yang modules against static test data to ensure
// the yang regexes have their intended effect.
package patterncheck

import (
Expand Down