Skip to content

Instantly share code, notes, and snippets.

@mainawycliffe
Last active October 12, 2022 20:22
Show Gist options
  • Save mainawycliffe/7eca873affc70731218d77999cdefce9 to your computer and use it in GitHub Desktop.
Save mainawycliffe/7eca873affc70731218d77999cdefce9 to your computer and use it in GitHub Desktop.
resource, err := pool.Run("mysql", "5.7", []string{"MYSQL_ROOT_PASSWORD=secret"})
if err != nil {
log.Fatalf("Could not start resource: %s", err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment