This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
thrempp/component/all/main.go

7 lines
103 B
Go
Raw Normal View History

2019-05-31 10:07:40 +02:00
package all
import (
// import all implementations
2019-08-08 15:48:43 +02:00
_ "dev.sum7.eu/sum7/thrempp/component/threema"
2019-05-31 10:07:40 +02:00
)