Skip to content

Files

Latest commit

71bc8b1 · May 11, 2019

History

History
15 lines (11 loc) · 926 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 926 Bytes

golang-practise

Golang practise code

  1. Aggregator
    Aggregator contains files that provides the feature of news aggregator. Fetches news data from nytimes and shows the top news.

  2. Login And Register
    Login And Register is a simple web application showcasing the implementation of Login and Register using Golang

In addition to the standard packages this includes use of two packages available at Gorilla Web Tool Kit. These are

  1. SecureCookie
  2. Mux