An open API service indexing awesome lists of open source software.

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

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