package
0.0.0-20221020163647-7b1c94843213
Repository: https://github.com/nyugoh/gopher-world.git
Documentation: pkg.go.dev

# README

Article manager

  • Let users register with a username and a password (non-logged in users only),
  • Let users log in with a username and a password (non-logged in users only),
  • Let users log out (logged in users only),
  • Let users create new articles (logged in users only),
  • Display the list of all articles on the home page (for all users), and
  • Display a single article on its own page (for all users).

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Article
No description provided by the author