Skip to content

Instantly share code, notes, and snippets.

@vkorbes
Last active April 25, 2019 14:49
Show Gist options
  • Select an option

  • Save vkorbes/ce9e85bc50d6f5ad0891f968dba8137e to your computer and use it in GitHub Desktop.

Select an option

Save vkorbes/ce9e85bc50d6f5ad0891f968dba8137e to your computer and use it in GitHub Desktop.
stlFile, err = ioutil.ReadFile(“my_stl_file.stl”)
if err != nil {
http.Error(w, err.Error(), http.StatusInternalServerError)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment