You've already forked gun-manager-backend
9 lines
92 B
Go
9 lines
92 B
Go
package Photo
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
func Get(w http.ResponseWriter, r *http.Request) {
|
|
}
|