Embedding Files in Go Programs

# 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.

|60 : 00

Click the virtual machine below to start practicing