package
Version:
v0.0.0-...-f8c46ef
Opens a new window with list of versions in this module.
Published: Jul 11, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Comment struct {
Body string `json:"body"`
}
type Post struct {
ID int `json:"id"`
UserID int `json:"userId"`
Title string `json:"title"`
Body string `json:"body"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.