Golang:convert interface to string

后端 未结 0 416
攒了一身酷
攒了一身酷 2020-11-30 16:19
   package example

 type Node interface {
        TokenLiteral() string
    type Statement interface {
        Node
        statementNode()
type Program struct{
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题