Challenge: Writing to a WIKI Page
This lesson brings you a challenge to solve.
Problem statement
The data structure of our program is a struct containing the following fields:
type Page struct {
Title string
Body []byte
}
...This lesson brings you a challenge to solve.
The data structure of our program is a struct containing the following fields:
type Page struct {
Title string
Body []byte
}
...