php-parser/comment/comment.go

6 lines
61 B
Go
Raw Normal View History

2018-01-02 22:12:28 +00:00
package comment
type Comment interface {
String() string
}