fix: stdin print string
ci/woodpecker/push/goreleaser Pipeline was successful Details

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main v0.0.5
jolheiser 2023-07-16 19:01:14 -05:00
parent f17818f834
commit f9f2f02f90
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func main() {
if err != nil {
fmt.Println(err)
}
fmt.Print(formatted)
fmt.Print(string(formatted))
}
root := "."