8 lines
102 B
Go
8 lines
102 B
Go
|
|
package controllers
|
||
|
|
|
||
|
|
import "net/http"
|
||
|
|
|
||
|
|
func StartUpdate(w http.ResponseWriter, _ *http.Request) {
|
||
|
|
|
||
|
|
}
|