github.com/openconfig/goyang@v1.4.5/testdata/subdir/subdir1.yang (about) 1 // A YANG module located in a subdirectory, to test the AddYANGPaths 2 // helper function. 3 4 module subdir1 { 5 yang-version "1"; 6 7 namespace "namespace:goes:here"; 8 prefix "subdir1"; 9 10 description 11 "This module is to be found by test cases."; 12 }