Skip to content

Releases: po3rin/gofmtmd

Improve error msg

08 Aug 16:19
61c01ab
Compare
Choose a tag to compare

show synctax error code.

before

2020/08/09 01:15:13 [gofmtmd] failed to format go source code. Please check syntax : 1:22: expected statement, found 'import' (and 1 more errors)

after

2020/08/09 01:15:39 [gofmtmd] line='funcmain(){}', msg='1:22: expected statement, found 'import' (and 1 more errors)'

v0.1.2

01 Dec 13:23
Compare
Choose a tag to compare

Changelog

support standard input !!
special thanks to @daisuzu 🎉🎉

f7f540d clean up output process
bc22c17 Merge pull request #2 from daisuzu/stdin
b1296c0 use cobra.MaximumNArgs
60eb84d support stdin
6c54a9f Merge branch 'master' of github.com:po3rin/gofmtmd
03b1602 ignore dist
102361a edit md

v0.1.1

30 Nov 07:55
Compare
Choose a tag to compare

Changelog

a112937 edit version in code
730b63d Merge branch 'master' of github.com:po3rin/gofmtmd
f42ea2f show detail err
adb6ab6 Merge pull request #1 from Larry850806/patch-1
fc2882c Update README.md
7dddc35 fix install path
762ec75 add instalation

v0.0.1

11 Nov 03:13
Compare
Choose a tag to compare

Changelog

fe1122b add releaser
29d52f5 add badge
fcf00e7 licence
8ecdb78 first commit