Golang module import not loading html files
I have a Go module that’s in a private repository. This Go module has a function “SetupRouter” that takes in a *gin.Engine, and has html templates that it attempts to serve via it’s own routes. The Go module loads the html templates fine when ran as a standalone program, but it crashes when I import the module into another Go app.