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:
@ -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{}) {
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user