cucumber / cucumber/godog

Missing ldflags parameter

Open
#159 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
2.7k
Forks
280
Avg merge
2d 20h
Merged PRs (30d)
2

Description

At this moment, godog doesn't support ldflags feature like go build or run commands.

If the application needs to use an external library already compiled, that need to be linked to the application, it's not possible.

The usage of the ldflags flag throws this error:
```flag provided but not defined: -ldflags```

Contributor guide

Open the contributing guide

Research direction

Start by locating godog's command-line flag parsing and the code that invokes Go build or run commands. Reproduce the reported “flag provided but not defined: -ldflags” error, then verify that an ldflags value can be accepted and passed through when the application requires it.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli, testing-qa
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.