added print to modulePathDir

This commit is contained in:
Valmo Trindade
2024-07-21 18:39:44 -03:00
parent 043d58ee2a
commit 6ce0f25945

View File

@@ -21,6 +21,8 @@ func main() {
}
func init() {
fmt.Printf("Module Path Directory => " + modulePathDir)
godotenv.Load(".env")
a3interface.SetVersion("0.0.0")