Releases: DehuaZhao/go-web-go
Releases · DehuaZhao/go-web-go
Step-0 Bootstrapping
- Create a gowiki.go file.
- Add the
Page struct
. - Add the
save
andloadPage
function. - Write a
main
function to test what we've written.
Page struct
.save
and loadPage
function.main
function to test what we've written.