tangenta
tangenta
> Would it be possible to add a similar API to this parser? @kyleconroy Yes, any contribution that improves the usability is welcomed!
Here is an example: ```console cat example_test.go ``` ```go package parser import ( "fmt" . "github.com/pingcap/check" ) var _ = Suite(&testExampleSuite{}) type testExampleSuite struct { } func (s *testExampleSuite) TestExample(c...
@kyleconroy If you need this syntax, you can file a pull request to support it.
@jiashiwen This seems to be a legacy problem(or is it a problem?). Do you have any trouble?
@gitmko0 Sorry for the late reply. You can define your own visitor that implemented(`ast.Visitor`). In the function `Enter()` or `Leave()`, try to do a type conversion: ```go type myVisitor struct{}...
@LittleFall I can't reproduce in `cd0d9fe`. Is it still a problem now?