1
0
mirror of https://github.com/osrg/gobgp.git synced 2024-05-11 05:55:10 +00:00

Export zebra package to /pkg/zebra

This commit is contained in:
wenovus
2023-10-24 09:53:34 -07:00
committed by FUJITA Tomonori
parent 64d69cc6d4
commit 7a77f281c5
18 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ func generateSRBehaviour() {
buf.Write(constants)
if err := os.WriteFile(srBehaviourTargetFile, buf.Bytes(), 0o664); err != nil {
doPanic("failed to write file %s: %w", )
doPanic("failed to write file %s: %w")
}
}
func doPanic(message string, args ...interface{}) {

View File

@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build tools
// +build tools
package tools