mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
add some gcf scaffolding
This commit is contained in:
parent
3eba2d2de8
commit
d8a25024de
5 changed files with 116 additions and 0 deletions
0
src/functions/session-data/client/client.go
Normal file
0
src/functions/session-data/client/client.go
Normal file
10
src/functions/session-data/session-data.go
Normal file
10
src/functions/session-data/session-data.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package sessiondata
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func SessionData(rw http.ResponseWriter, r *http.Request) {
|
||||
fmt.Fprintln(rw, "Hello world!")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue