go-export

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

README.md (141B)


      1 # go-export
      2 
      3 This small tool allows you to re-export a Go package by dumping type alises to 
      4 all exported types found in the target package.