mac-dev-station

module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 12, 2026 License: MIT

README

<PROJECT_NAME>

One-line description.

CI Go Reference Go Report

Install

go install github.com/oleg-koval/<PROJECT_NAME>/cmd/mac-dev-station@latest

Or as a library:

go get github.com/oleg-koval/<PROJECT_NAME>

Usage

app Oleg
# Hello, Oleg!
import "github.com/oleg-koval/<PROJECT_NAME>/internal/greet"

greet.Hello("Oleg") // "Hello, Oleg!"

Development

make test     # run tests with race detector
make lint     # golangci-lint
make cover    # generate coverage report
make build    # build binary to bin/app

Layout

cmd/mac-dev-station/           # main entry point
internal/greet/    # private packages (not importable externally)

Following the standard Go project layout. Public packages would live at the repo root.

Contributing

PRs welcome. See CONTRIBUTING.md and AGENTS.md.

License

MIT - see LICENSE.

Directories

Path Synopsis
cmd
mac-dev-station command
internal
greet
Package greet provides simple greeting helpers.
Package greet provides simple greeting helpers.

Jump to

Keyboard shortcuts

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