anz-bank / pkg

Common ANZ Go packages
https://pkg.go.dev/github.com/anz-bank/pkg
Apache License 2.0
1 stars 9 forks source link

Move examples directory #45

Closed juliaogris closed 4 years ago

juliaogris commented 4 years ago

Move examples directory from log/examples to log/_examples. Directories and files starting with an underscore are ignored by the go toolchain by default unless explicitly listed. In particular no empty godocs are generated for the _examples directory.

However, we still want to ensure on CI that _examples build so, add special make target build-examples and have all depend on it.