7 lines
89 B
Go
7 lines
89 B
Go
package prf
|
|
|
|
import "net/http"
|
|
|
|
func Profile(w http.ResponseWriter, r *http.Request) {
|
|
|
|
} |