mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 18:29:08 +00:00
- Re-implement with Golang in place of of Bash - Add `env-sample-sync install` to support native git hooks (instead of relying on `pre-commit`)
5 lines
114 B
Modula-2
5 lines
114 B
Modula-2
module github.com/acaloiaro/env-sample-sync
|
|
|
|
go 1.20
|
|
|
|
require github.com/hashicorp/go-envparse v0.1.0 // indirect
|