~bfiedler/go-threema

e49e450a998dfffc3a8459ac0396cfc9bea2d8b9 — Ben Fiedler 3 years ago ee322e9
go fmt
1 files changed, 1 insertions(+), 1 deletions(-)

M cmd/tcli/main.go
M cmd/tcli/main.go => cmd/tcli/main.go +1 -1
@@ 188,7 188,7 @@ type sendCommand struct {

type imageCommand struct {
	recipient string
	imgPath string
	imgPath   string
}

func (creditsCommand) run(c client.Client) error {