Compare commits

...

1 Commits

Author SHA1 Message Date
65af98bf03 add LICENSE file and update README with application image 2025-07-30 13:34:06 -04:00
2 changed files with 0 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
package Photo
import (
"net/http"
)
func Get(w http.ResponseWriter, r *http.Request) {
}