srpmproc/pkg/srpmproc
Jonathan Maple 43e56cc58a
Fixingup error returns for directives (#26)
The processing of pkg/directives/patch.go will return an error type but
handeling of it was attempting to use JSON encoding to print to screen.
There is no reason to use that since the `error` type only has a string
in it but doesn't get marshalled properly to json due to the private
variables.
This is also the only time json marshaling is used so instead covert the
error handling to just `fmt.Printf`.
2024-07-12 14:04:42 -04:00
..
fetch.go remove deprecated ioutil functions 2024-06-10 08:31:26 -07:00
patch.go Fixingup error returns for directives (#26) 2024-07-12 14:04:42 -04:00
process.go Ensure json is returned even when there's no changes 2024-06-10 16:12:51 -07:00