Go embed for better SQL query management
This post explores using Go’s embed package for improved SQL query management in applications. It compares embedding SQL in strings versus using separate SQL files with go:embed. Learn how this enhances editor support and maintains single-binary deployment.
On Jan 16, 2022 go golang embed stdlib