eat my own dogfood, subtasks

This commit is contained in:
Bel LaPointe
2021-12-31 16:58:08 -05:00
parent 6c83f4197d
commit 141a374441
5 changed files with 40 additions and 6 deletions

View File

@@ -3,10 +3,10 @@ package main
import (
"bytes"
"flag"
"fmt"
"io"
"io/ioutil"
"local/pt-todo-server/pttodo"
"log"
"os"
"gopkg.in/yaml.v2"
@@ -48,6 +48,6 @@ func _main() error {
if err != nil {
return err
}
log.Printf("%s", b2)
fmt.Printf("%s\n", b2)
return nil
}