Skip to content

Instantly share code, notes, and snippets.

@daradecic
Created May 13, 2020 13:46
Show Gist options
  • Save daradecic/e5ef3193003d0aa707a1879f25b84ecf to your computer and use it in GitHub Desktop.
Save daradecic/e5ef3193003d0aa707a1879f25b84ecf to your computer and use it in GitHub Desktop.
irisCsv, err := os.Open("data/iris.csv")
if err != nil {
log.Fatal(err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment