From 34e256ebc0e102300e604b8831b967990cb178ab Mon Sep 17 00:00:00 2001 From: David Rijsman Date: Mon, 13 May 2024 19:18:28 +0200 Subject: [PATCH] Linter --- factory/constraint_interleave.go | 1 + 1 file changed, 1 insertion(+) diff --git a/factory/constraint_interleave.go b/factory/constraint_interleave.go index db08294..85995c8 100644 --- a/factory/constraint_interleave.go +++ b/factory/constraint_interleave.go @@ -4,6 +4,7 @@ package factory import ( "fmt" + "github.com/nextmv-io/nextroute" "github.com/nextmv-io/nextroute/schema" )