/gtd-inbox-parse-helper

Simple project to learn golang and help me to parse GTD inbox

Primary LanguageGo

Description

First golang project and a simple program that helps me to sort GTD inbox.

How to run

  • for single run go run . <filename>
  • or build using go build . to run just type ./go-inbox-parser
  • if you would to install use go install . (I haven't test it :>)