Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build source #73

Closed
SkybuckFlying opened this issue May 14, 2024 · 4 comments
Closed

How to build source #73

SkybuckFlying opened this issue May 14, 2024 · 4 comments

Comments

@SkybuckFlying
Copy link

SkybuckFlying commented May 14, 2024

Tired of fails.

THE WORLD KEEPS CHANGING... HELLO ?

@egonelbre
Copy link
Member

go install github.com/loov/goda@latest

Should work.

If you have a local clone of the repo, then go install . in the repo folder.

@egonelbre
Copy link
Member

Added installation instruction in 5f9735c

@SkybuckFlying
Copy link
Author

G:\Tools\Goda\goda

'goda' is not recognized as an internal or external command,
operable program or batch file.

It seems to install into:
V:\gopath\bin

I think I have to add this path to my path environment variable in windows.

Just gopath environment variable is not enough...

@SkybuckFlying
Copy link
Author

Yes now it's working:

G:\TEST>goda
Usage: goda <flags> <subcommand> <subcommand args>

Subcommands:
        cut              Analyse indirect-dependencies.
        exec             Run command with extended statistics.
        expr             Help about package expressions
        format           Help about formatting
        graph            Print dependency graph.
        help             describe subcommands and their syntax
        list             List packages
        tree             Print dependency tree.
        weight           Analyse binary symbols.
        weight-diff      Compare binary symbol sizes. (Experimental)


Use "goda flags" for a list of top-level flags

Going to test it out ! ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants