go

module
v0.0.0-...-b30ee8c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2024 License: MIT

README ¶

Go Docs

Go libraries and other code

Files

  • cli - CLIs in go

Setup

Assumes go is installed.

Run

For now I go inside each of the go projects inside. Then I have these fish functions:

function g
    watchexec --no-vcs-ignore --restart --exts go "tput reset && go run ."
end

function G
    watchexec --no-vcs-ignore --restart --exts go "tput reset && go test"
end

g runs the code, and G runs the tests. Will improve setup with time.

Install CLI

There is cli dir that contains Go CLIs.

go get -u github.com/nikitavoloboev/go/<path-to-cmd>

For example: go get -u github.com/nikitavoloboev/go/cli/savelink will install this CLI to save links.

Contribute

Always open to useful ideas or fixes in form of issues or PRs.

Can open new issue (search existing issues first) or start discussion.

It's okay to submit draft PR as you can get help along the way to make it merge ready.

Join Discord for more indepth discussions on this repo and others.

🖤

Support on GitHub or look into other projects.

Discord X nikiv.dev

Directories ¶

Path Synopsis
cli
lib

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL