https://github.com/visualfc/qexport
export go package to qlang module
https://github.com/visualfc/qexport
Last synced: 4 months ago
JSON representation
export go package to qlang module
- Host: GitHub
- URL: https://github.com/visualfc/qexport
- Owner: visualfc
- License: mit
- Created: 2016-05-18T03:32:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T14:05:57.000Z (almost 6 years ago)
- Last Synced: 2025-01-17T09:47:25.058Z (over 1 year ago)
- Language: Go
- Size: 55.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Q Language Export Tool
========
Export Go package to Go+ module
The Go+ Language : https://github.com/qiniu/goplus
```
Usage:
qexport [option] [ std | packages]
The packages for go package list or std for golang all standard packages.
-filter string
optional set export filter regular expression list, separated by spaces.
-outdir string
optional set export output root path (default "./lib")
```
Example:
qexport -outdir . std
qexport -outdir . -filter "Replacer" strings
qexport -outdir . runtime math regexp