buildpacks / libcnb

A non-opinionated language binding for the Cloud Native Buildpack Buildpack and Extension specifications
Apache License 2.0
31 stars 13 forks source link

Buildpack struct's Path field missing struct tag #85

Closed jghiloni closed 3 years ago

jghiloni commented 3 years ago

When serializing a Buildpack instance to TOML, the Path field is serialized as Path = "..." regardless of whether or not it is set. The capital P in Path makes this serialized TOML out-of-spec. I will be submitting a PR to fix this. Thanks!