Closed gilcu3 closed 4 months ago
After the last commit aaf2c66, a } was removed from a file, which is preventing the compilation to succeed.
}
pkg/apis/handlers.go:719:1: syntax error: unexpected EOF, expected }
After the last commit aaf2c66, a
}
was removed from a file, which is preventing the compilation to succeed.