https://github.com/xyproto/purego
:gem: List the names of all pure functions in one or more Go source files
https://github.com/xyproto/purego
pure-function utility
Last synced: 12 months ago
JSON representation
:gem: List the names of all pure functions in one or more Go source files
- Host: GitHub
- URL: https://github.com/xyproto/purego
- Owner: xyproto
- License: mit
- Created: 2018-09-27T08:49:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T09:53:41.000Z (over 7 years ago)
- Last Synced: 2025-05-07T11:32:01.393Z (about 1 year ago)
- Topics: pure-function, utility
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purego
Utility for listing pure functions in one or more Go source files.
Uses the [purefunction](https://github.com/xyproto/purefunction) module.
## Requirements
* go
## Build instructions
go build
## Installation instructions
install -Dm755 purego /usr/bin/purego
## General information
* Version: 1.0.0
* License: MIT