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

Fix static non-CGO build #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Mynacol
Copy link

@Mynacol Mynacol commented Nov 26, 2024

By providing an extra dummy file in the mongodb folder, preventing the following error:

package github.com/bwNetFlow/flowpipeline
	imports github.com/bwNetFlow/flowpipeline/segments/output/mongodb: build constraints exclude all Go files in /home/paul/Uni/ma/flowpipeline/segments/output/mongodb

This fix is comparable to the method in the sqlite output segment.

By providing an extra dummy file in the mongodb folder, preventing the
following error:
```
package github.com/bwNetFlow/flowpipeline
	imports github.com/bwNetFlow/flowpipeline/segments/output/mongodb: build constraints exclude all Go files in /home/paul/Uni/ma/flowpipeline/segments/output/mongodb
```

This fix is comparable to the method in the sqlite output segment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant