Last active
April 25, 2019 14:49
-
-
Save vkorbes/ce9e85bc50d6f5ad0891f968dba8137e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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