traefik / yaegi

Yaegi is Another Elegant Go Interpreter
https://pkg.go.dev/github.com/traefik/yaegi
Apache License 2.0
7.02k stars 349 forks source link

support buildtags for extract command #1552

Open lx217197 opened 1 year ago

lx217197 commented 1 year ago

Proposal

support

Background

a third-party package //go:build xxx package version

I want to extract symbols from third party package

yaegi extract -tag xxx version

but it prompt "no buildable Go source files in"

Workarounds

support