natefinch/gorram
It's like go run for any go function
This tool helps Go developers quickly test or use specific functions from their Go code or standard libraries directly from the command line, without writing a full application. You provide the Go package and function name, along with any necessary inputs, and it executes the function, printing the results directly to your terminal. It's designed for Go developers who want to interact with Go functions in a scripting-like environment.
1,050 stars. No commits in the last 6 months.
Use this if you need to execute and test individual Go functions or methods from the command line, treating them like shell commands, for quick prototyping, scripting, or debugging.
Not ideal if you're not a Go developer or if you need to build and deploy complex applications, as it's designed for single-function execution, not full program compilation.
Stars
1,050
Forks
33
Language
Go
License
MIT
Category
Last pushed
Jun 13, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/natefinch/gorram"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Dav1dde/glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Aleph-Alpha/ts-rs
Generate TypeScript bindings from Rust types
apollographql/apollo-tooling
✏️ Apollo CLI for client tooling (Mostly replaced by Rover)
mmcloughlin/avo
Generate x86 Assembly with Go
krzysztofzablocki/Sourcery
Meta-programming for Swift, stop writing boilerplate code.