diff --git a/go-runtime/compile/parser.go b/go-runtime/compile/parser.go index 4986cd9d02..b50d5577ff 100644 --- a/go-runtime/compile/parser.go +++ b/go-runtime/compile/parser.go @@ -7,9 +7,10 @@ import ( "go/token" "strings" - "github.com/TBD54566975/ftl/backend/schema" "github.com/alecthomas/participle/v2" "github.com/alecthomas/participle/v2/lexer" + + "github.com/TBD54566975/ftl/backend/schema" ) // This file contains a parser for Go FTL directives.