Skip to content

Releases: goplus/xgo

Release v0.2.82

07 Jun 13:05
Compare
Choose a tag to compare

#98 new ident => new type
#84 #95 README

Release v0.2.81

07 Jun 13:05
Compare
Choose a tag to compare

#95 map type & init
#95 support exporting go struct & go struct initialization

Release v0.2.80

07 Jun 13:05
Compare
Choose a tag to compare

#84 support exporting go type (including []T, *T, etc), introduce DontTyNormalize
#84 support exporting go struct type
#84 slice initialization: []T{a1, a2, ...}, []T(nil)
#89 #91 #92 meta package: add doc func, rename pkglist to pkgs

Release v0.2.20

07 Jun 13:07
Compare
Choose a tag to compare

#49 support uint32/uint64/etc
#50 using qlang class from Go

Release v0.2.1

07 Jun 13:07
Compare
Choose a tag to compare

#38 linux shell
#47 fix import package file path (thanks to @Focinfi)