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

build: compiled feature set #23

Open
kamilsk opened this issue Jun 19, 2022 · 0 comments
Open

build: compiled feature set #23

kamilsk opened this issue Jun 19, 2022 · 0 comments
Assignees
Labels
effort: medium An issue has a medium complexity. impact: medium An issue has medium impact. scope: code An issue related to source code. type: feature A new feature request.

Comments

@kamilsk
Copy link
Member

kamilsk commented Jun 19, 2022

Motivation: compile binary with predefined features.

See

var Features = config.Features{
{
Name: "boilerplate",
Enabled: true,
},
}
.

$ go build main.go -- --supported:feature=false

Inspiration: https://github.com/evanw/esbuild/releases/tag/v0.14.46, --supported:feature=false.

@kamilsk kamilsk self-assigned this Jun 19, 2022
@kamilsk kamilsk changed the title build: build: compiled feature set Jul 7, 2022
@kamilsk kamilsk added this to the Ready to go milestone Sep 2, 2022
@kamilsk kamilsk added type: feature A new feature request. scope: code An issue related to source code. impact: medium An issue has medium impact. effort: medium An issue has a medium complexity. labels Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: medium An issue has a medium complexity. impact: medium An issue has medium impact. scope: code An issue related to source code. type: feature A new feature request.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant