eat my own dogfood, subtasks
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user