# Introduction This challenge aims to test your understanding of the `embed` package in Golang. The `embed` package allows programs to include arbitrary files and folders in the Go binary at build time.
Click the virtual machine below to start practicing