10 lines
187 B
Go
10 lines
187 B
Go
package main
|
|
|
|
import "net/http"
|
|
|
|
func (app *application) home(w http.ResponseWriter, r *http.Request) {
|
|
}
|
|
|
|
func (app *application) generateRss(w http.ResponseWriter, r *http.Request) {
|
|
}
|