php-parser/comment/comment.go
2018-01-03 00:12:28 +02:00

6 lines
61 B
Go

package comment
type Comment interface {
String() string
}