Thinkgo Versions Save

A lightweight MVC framework written in Go (Golang).

v0.1.0

5 years ago

ThinkGo is a lightweight MVC framework written in Go (Golang).

New Features

Route Prefixes and Groups

  • Route Prefixes: The prefix method may be used to prefix each route in the group with a given URI
  • Route Groups: Allow you to share route attributes, such as Middleware or Prefixes

Middlewares

  • Middleware provide a convenient mechanism for filtering HTTP requests entering your application

Improvement

thinkgo.Response is adjusted to context.Response

v0.0.2

5 years ago

ThinkGo is a lightweight MVC framework written in Go (Golang).

New Features

Logging

  • Support log,can be output in the terminal

Bug Fix

  • Content-Type header is not set according to context.Response

v0.0.1

5 years ago

ThinkGo is a lightweight MVC framework written in Go (Golang).

The first release of ThinkGo:

  • Routing
  • Controller
  • Request
  • Response
  • View
  • HTTP Session