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

hello: or not #212

Merged
merged 1 commit into from
Nov 1, 2024
Merged

hello: or not #212

merged 1 commit into from
Nov 1, 2024

Conversation

kevincobain2000
Copy link
Owner

@kevincobain2000 kevincobain2000 commented Nov 1, 2024

╰─$ cat git.io.sh| sh
🥳 Installing gobrew from: https://github.com/kevincobain2000/gobrew/releases/latest/download/gobrew-darwin-arm64

######################################################################## 100.0%
🔧 Installed successfully to: /Users/pulkit.kathuria/.gobrew/bin/gobrew
🚀 gobrew help

gobrew 1.10.11

Usage:

    gobrew use <version>           Install and set <version>
    gobrew ls                      Alias for list
    gobrew ls-remote               List remote versions (including rc|beta versions)

    gobrew install <version>       Only install <version> (binary from official or GOBREW_REGISTRY env)
    gobrew uninstall <version>     Uninstall <version>
    gobrew list                    List installed versions
    gobrew self-update             Self update this tool
    gobrew prune                   Uninstall all go versions except current version
    gobrew version                 Show gobrew version
    gobrew help                    Show this message

Options:
    gobrew [--clear-cache | -c]   clear gobrew cache
    gobrew [--disable-cache | -d] disable gobrew cache
    gobrew [--ttl=20m | -t 20m]   set gobrew cache ttl, default 20m

Examples:
    gobrew use 1.16                # use go version 1.16
    gobrew use 1.16.1              # use go version 1.16.1
    gobrew use 1.16rc1             # use go version 1.16rc1

    gobrew use 1.16@latest         # use go version latest of 1.16

    gobrew use 1.16@dev-latest     # use go version latest of 1.16, including rc and beta
                                   # Note: rc and beta become no longer latest upon major release

    gobrew use mod                 # use go version listed in the go.mod file
    gobrew use latest              # use go version latest available
    gobrew use dev-latest          # use go version latest avalable, including rc and beta

Installation Path:

    # Add gobrew to your ~/.bashrc or ~/.zshrc
    export PATH="$HOME/.gobrew/current/bin:$HOME/.gobrew/bin:$PATH"
    export GOROOT="$HOME/.gobrew/current/go"


⭐ If you like GOBREW, please give it a star on GitHub: https://github.com/kevincobain2000/gobrew

@kevincobain2000 kevincobain2000 requested a review from juev as a code owner November 1, 2024 05:56
Copy link

github-actions bot commented Nov 1, 2024

CoverItUp Report

Type master feature/welcome 186c1c2 from e3a83d7
coverage 60.7% 60.7%
build-time 0sec 1sec 📈
go-binary-size 9.7kKB 9.7kKB 📈
go-mod-dependencies 29 29
go-sec-issues 10 10
unit-test-run-time 20sec 20sec
allocs-per-op 19.5kalloc 19.5kalloc 📈
Comparisons Chart - master from feature/welcome

base vs branchbase vs branchbase vs branchbase vs branchbase vs branchbase vs branchbase vs branch

Commits History

Upto e3a83d7 for #212
commit historycommit historycommit historycommit historycommit historycommit historycommit history

Users History

Upto e3a83d7 for #212
user historyuser historyuser historyuser historyuser historyuser historyuser history

Embed README.md

Copy link
Collaborator

@juev juev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@kevincobain2000 kevincobain2000 merged commit 007a5f6 into master Nov 1, 2024
4 checks passed
@kevincobain2000 kevincobain2000 deleted the feature/welcome branch November 1, 2024 06:34
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

Successfully merging this pull request may close these issues.

2 participants