Skip to content

xruins/go-package-function-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A command-line tool to get functions of go source file on specific directory.

Usage

Usage:
  go-package-function-list [OPTIONS] DIRECTORY

Application Options:
  -x= regexp to filter functions
  -p= a prefix to filter functions
  -s= a suffix to filter functions
  -d= delimiter among function names (default:  )
  -o  whether shows only public methods or not
  -r  parses directory recursively if true

Build

GO111MODULE=on go build ./...

License

MIT

About

A command-line tool to get functions of go source file on specific directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages