Add empty functions for import
This commit is contained in:
parent
783c49b578
commit
4bee0ba51d
1 changed files with 10 additions and 0 deletions
10
cmd/trello2mail/import.go
Normal file
10
cmd/trello2mail/import.go
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
// create taskell configuration
|
||||||
|
// run taskell and read content
|
||||||
|
|
||||||
|
package main
|
||||||
|
|
||||||
|
func CreateTaskell() {
|
||||||
|
}
|
||||||
|
|
||||||
|
func RunTaskell() {
|
||||||
|
}
|
Loading…
Reference in a new issue