go-translator/business/worker/source.go
2018-03-14 15:24:03 +01:00

6 строки
132 Б
Go

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