go-translator/api/worker/source.go
2018-04-03 08:26:51 +02:00

6 строки
132 Б
Go

package worker
// Source stores the code which will be transformed into another format.
type Source interface {
String() string
}