go-export

Re-export Go packages by dumping type aliases from target package.
Log | Files | Refs | README | LICENSE

go.mod (91B)


      1 module git.sr.ht/~jackmordaunt/go-export
      2 
      3 go 1.17
      4 
      5 require github.com/dave/jennifer v1.4.1