Skip to content

Releases: gostaticanalysis/skeleton

v2.0.3: Fix checker and execute goimports for generated go files

12 Jul 13:54
9efc43f
Compare
Choose a tag to compare
  • Fix typo in README by @nobishino (Thanks!!)
  • Fix checker of codegen
  • Execute goimports for generated go files
  • Add workflow of test and vet

v2.0.2: Remove new line from -v

07 Jun 05:13
3c6248e
Compare
Choose a tag to compare
  • Remove new line from -v

v2.0.1: Fix a bug of package name only

04 Jun 17:20
1f90507
Compare
Choose a tag to compare
  • Fix a bug of package name only

v2.0.0: v2 has been released

04 Jun 16:58
da5f39b
Compare
Choose a tag to compare
  • v2 has been released 🎉

v1.6.0: Add -type=codegen

18 Oct 00:04
9eb4705
Compare
Choose a tag to compare
  • Add -type=codegen

v1.5.1: Fix go version bug

17 Oct 02:41
5511d91
Compare
Choose a tag to compare
  • Fix go version bug

v1.5.0: Add mod and type flag

12 Sep 06:28
6038282
Compare
Choose a tag to compare
  • Add type flag
    • -type inspect: default type, generate code with inspector
    • -type ssa: generate code with buildssa
  • Add -mod flag
    • true: default. Generate empty go.mod
    • false: Do not generate go.mod
  • Fix README

v1.4.0: Support Go Modules for testdata

09 Sep 15:40
1e67dfa
Compare
Choose a tag to compare
  • Support Go Modules for testdata

v1.3.2: Fix bug for nested directory

10 Jul 12:29
7de8c4e
Compare
Choose a tag to compare
  • Fix bug for nested directory

v1.3.1: fix pacakge name bug on GOPATH

10 Jul 07:30
633e0f2
Compare
Choose a tag to compare
  • Fix pacakge name bug on GOPATH