forked from cadey/xesite
8 lines
101 B
Go
8 lines
101 B
Go
|
package main
|
||
|
|
||
|
import "net/http"
|
||
|
|
||
|
func (s *Site) GetPost(w http.ResponseWriter, r *http.Request) {
|
||
|
|
||
|
}
|