Initial commit

This commit is contained in:
Ian Gulliver
2021-09-05 20:18:11 +00:00
commit 45b805d290
3 changed files with 54 additions and 0 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/firestuff/asana-rules/asana"
func main() {
asana.Fetch()
}