Skip to content

v0.4.0

Choose a tag to compare

@hymkor hymkor released this 17 Apr 14:57
· 805 commits to master since this release
  • On start, print version, GOOS, GOARCH, and runtime-version at building
  • Add the options
    • -null "string" : set the string represeting NULL
    • -fs "string" : set field separator character instead of comma
    • -crlf : use CRLF for newline
    • -tsv : use TAB as field separator

  • 起動時にバージョン、ビルド時の GOOS,GOARCH,Goのバージョンを表示するようにした
  • オプション追加
    • -null "string" : NULL を表現する文字列を設定
    • -fs "string" : カンマの代わりの区切り文字を指定
    • -crlf : 改行に CRLF を使う
    • -tsv : 区切り文字として TAB を使う