wren-launcher

command module
v0.0.0-...-f63e32a Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

README

How to build

# mac
go build main.go
# windows
env GOOS=windows GOARCH=amd64 go build main.go

How to update dependencies

# Update a single dependency
go get example.com/some/package@latest

# Update all dependencies
go get -u ./...

# Clean up and ensure the module files are correct
go mod tidy

# Verify the updates
go test ./...

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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