add LICENSE file and update README with application image

This commit is contained in:
2025-07-30 13:34:06 -04:00
parent 42bd95d804
commit 65af98bf03
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) {
}