Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Thinkgo
A lightweight MVC framework written in Go (Golang).
Collective -
Host: opensource -
https://opencollective.com/thinkgo
- Code: https://github.com/forgoer/thinkgo
fix: GetLevel error
github.com/forgoer/thinkgo - 4cc26bf385a8f1aa409ae2a03a3b9293d0f799d6 authored almost 2 years ago
github.com/forgoer/thinkgo - 4cc26bf385a8f1aa409ae2a03a3b9293d0f799d6 authored almost 2 years ago
feat: support single and rotate handler
github.com/forgoer/thinkgo - 05a2cbf74ec680f9cd414812c54e75130ee6baba authored almost 2 years ago
github.com/forgoer/thinkgo - 05a2cbf74ec680f9cd414812c54e75130ee6baba authored almost 2 years ago
feat: add GetLevel() func
github.com/forgoer/thinkgo - 9acfd03c7476a7fa347eb142570def7e8eb49179 authored almost 2 years ago
github.com/forgoer/thinkgo - 9acfd03c7476a7fa347eb142570def7e8eb49179 authored almost 2 years ago
feat: log support json format
github.com/forgoer/thinkgo - 4975f8e0a93efbca0dd6f9e4b87a9418025f5344 authored about 2 years ago
github.com/forgoer/thinkgo - 4975f8e0a93efbca0dd6f9e4b87a9418025f5344 authored about 2 years ago
fix: make FlushByPrefix to public in RedisStore
github.com/forgoer/thinkgo - ffb8ea40d6c6a3c9a1d42557992a30eb5b229c21 authored over 2 years ago
github.com/forgoer/thinkgo - ffb8ea40d6c6a3c9a1d42557992a30eb5b229c21 authored over 2 years ago
feat: cache support tag
github.com/forgoer/thinkgo - 6f6c610ab40118b314fc2ce9dd91f60ebbd31c2b authored over 2 years ago
github.com/forgoer/thinkgo - 6f6c610ab40118b314fc2ce9dd91f60ebbd31c2b authored over 2 years ago
feat: add increment/decrement in cache
github.com/forgoer/thinkgo - 72099f2888ba5d69981992ba22edf4549eff2239 authored over 2 years ago
github.com/forgoer/thinkgo - 72099f2888ba5d69981992ba22edf4549eff2239 authored over 2 years ago
Merge pull request #10 from javauser2012/patch-1
Update README.md
github.com/forgoer/thinkgo - a5a0b79cadc0de11412a23cbf83b20f3ffa2b7b2 authored about 4 years ago
Update README.md
github.com/forgoer/thinkgo - 214903eba2412f5d4b459be72ca31042f0d591c6 authored about 4 years ago
github.com/forgoer/thinkgo - 214903eba2412f5d4b459be72ca31042f0d591c6 authored about 4 years ago
add ttl
github.com/forgoer/thinkgo - fa3d4985cf528bac4ef20649fc53aebacad6a4a5 authored over 4 years ago
github.com/forgoer/thinkgo - fa3d4985cf528bac4ef20649fc53aebacad6a4a5 authored over 4 years ago
Update go.mod
github.com/forgoer/thinkgo - 7067e98a97a48e39cb31e12a4b9934fe79c533cd authored over 4 years ago
github.com/forgoer/thinkgo - 7067e98a97a48e39cb31e12a4b9934fe79c533cd authored over 4 years ago
Update go.mod
github.com/forgoer/thinkgo - 08765227eff79675e402c93e977df1f444b7ef12 authored over 4 years ago
github.com/forgoer/thinkgo - 08765227eff79675e402c93e977df1f444b7ef12 authored over 4 years ago
Migrate to forgoer
github.com/forgoer/thinkgo - b97cfe4bfccc5097f47374075dae95da1613c886 authored almost 5 years ago
github.com/forgoer/thinkgo - b97cfe4bfccc5097f47374075dae95da1613c886 authored almost 5 years ago
Update README.md
github.com/forgoer/thinkgo - ad0a3d6515abe2dd6538cbf9144ae28bc9449686 authored almost 5 years ago
github.com/forgoer/thinkgo - ad0a3d6515abe2dd6538cbf9144ae28bc9449686 authored almost 5 years ago
Update README.md
github.com/forgoer/thinkgo - c7f1892d1c723fb9e8f313ea220b6e78caec57c9 authored about 5 years ago
github.com/forgoer/thinkgo - c7f1892d1c723fb9e8f313ea220b6e78caec57c9 authored about 5 years ago
Merge branch 'master' of https://github.com/thinkoner/thinkgo
github.com/forgoer/thinkgo - 65de0f1b6f6376335c284f17117eff1b213f0ca5 authored about 5 years ago
github.com/forgoer/thinkgo - 65de0f1b6f6376335c284f17117eff1b213f0ca5 authored about 5 years ago
cache.Remember exclude error
github.com/forgoer/thinkgo - b7b8a7e5e26d724f37217d0e89724e324795b26d authored about 5 years ago
github.com/forgoer/thinkgo - b7b8a7e5e26d724f37217d0e89724e324795b26d authored about 5 years ago
Update README.md
github.com/forgoer/thinkgo - e274df445463ea1f6a9fe41b2ff135f96f5d9243 authored about 5 years ago
github.com/forgoer/thinkgo - e274df445463ea1f6a9fe41b2ff135f96f5d9243 authored about 5 years ago
Fix bug in response to http.Handler
github.com/forgoer/thinkgo - fae9b6c05cdcbe9cfb9f04935bbbbb666e254c3a authored about 5 years ago
github.com/forgoer/thinkgo - fae9b6c05cdcbe9cfb9f04935bbbbb666e254c3a authored about 5 years ago
Code cleanup and refactoring
github.com/forgoer/thinkgo - 0befa26454c2eb5169221fdcd6f0aefe23de897d authored over 5 years ago
github.com/forgoer/thinkgo - 0befa26454c2eb5169221fdcd6f0aefe23de897d authored over 5 years ago
Add a redis session handler
github.com/forgoer/thinkgo - a830c4c921be7e7b68ad06a8b997ac192363e351 authored over 5 years ago
github.com/forgoer/thinkgo - a830c4c921be7e7b68ad06a8b997ac192363e351 authored over 5 years ago
Improve the expansion of the session
github.com/forgoer/thinkgo - ab623dd1b4827489a4fa20f77dd8f857bea6150d authored over 5 years ago
github.com/forgoer/thinkgo - ab623dd1b4827489a4fa20f77dd8f857bea6150d authored over 5 years ago
Migrate to Go 1.11 Modules now.
github.com/forgoer/thinkgo - 52e237df1e08c0cc2199bba88d3eec5c60fcf49e authored over 5 years ago
github.com/forgoer/thinkgo - 52e237df1e08c0cc2199bba88d3eec5c60fcf49e authored over 5 years ago
Update file.go
github.com/forgoer/thinkgo - a6923c9bf77589467fe1548b4fd71c364f9c88bf authored over 5 years ago
github.com/forgoer/thinkgo - a6923c9bf77589467fe1548b4fd71c364f9c88bf authored over 5 years ago
Added to write logs to files
github.com/forgoer/thinkgo - 6223c61d2423d4f7a0d7cb4577e97ecbb6d927fb authored almost 6 years ago
github.com/forgoer/thinkgo - 6223c61d2423d4f7a0d7cb4577e97ecbb6d927fb authored almost 6 years ago
Merge pull request #6 from andyidea/master
use SCAN replace KEYS in redis cache.
github.com/forgoer/thinkgo - 195ed419ae27da5c49baa4e4a8d0b1e5cc130ca1 authored almost 6 years ago
use SCAN replace KEYS
github.com/forgoer/thinkgo - 1ae5806ce35fbddd696f90446d89d1540893cabb authored almost 6 years ago
github.com/forgoer/thinkgo - 1ae5806ce35fbddd696f90446d89d1540893cabb authored almost 6 years ago
Added badges of Build and Coverage Status in README.
github.com/forgoer/thinkgo - 324a8d2c3d2b4c9db4a03128a67e7d1b789a47ae authored almost 6 years ago
github.com/forgoer/thinkgo - 324a8d2c3d2b4c9db4a03128a67e7d1b789a47ae authored almost 6 years ago
Improve test code
github.com/forgoer/thinkgo - 38bdba97c3b331f66db00fbdfa84518da0277b96 authored almost 6 years ago
github.com/forgoer/thinkgo - 38bdba97c3b331f66db00fbdfa84518da0277b96 authored almost 6 years ago
Merge pull request #4 from thinkoner/develop
Added cache
github.com/forgoer/thinkgo - 991903d989ec2189f793afeac2c8af4cb7594c4d authored about 6 years ago
Improve the cache
github.com/forgoer/thinkgo - e2619b01bd3bd6c204415745fafde5d1c46b3813 authored about 6 years ago
github.com/forgoer/thinkgo - e2619b01bd3bd6c204415745fafde5d1c46b3813 authored about 6 years ago
Updated memory store cleanupTimer
github.com/forgoer/thinkgo - a5a1844e55992e908c2c7270b7a63cd280eed8d0 authored about 6 years ago
github.com/forgoer/thinkgo - a5a1844e55992e908c2c7270b7a63cd280eed8d0 authored about 6 years ago
Adjust directory structure
github.com/forgoer/thinkgo - 305df0b009ec6dbada4713dd602528ca02918214 authored about 6 years ago
github.com/forgoer/thinkgo - 305df0b009ec6dbada4713dd602528ca02918214 authored about 6 years ago
updated travis ci
github.com/forgoer/thinkgo - ebec94bc8a1d478080fea49efb2c6cf480dc52b2 authored about 6 years ago
github.com/forgoer/thinkgo - ebec94bc8a1d478080fea49efb2c6cf480dc52b2 authored about 6 years ago
updated travis ci
github.com/forgoer/thinkgo - 5d31725ebcaa63479aa3e8c7ae87b15be0acce17 authored about 6 years ago
github.com/forgoer/thinkgo - 5d31725ebcaa63479aa3e8c7ae87b15be0acce17 authored about 6 years ago
updated travis ci
github.com/forgoer/thinkgo - 08448256f4eb3a485452f0fc99c5ce5874fecc30 authored about 6 years ago
github.com/forgoer/thinkgo - 08448256f4eb3a485452f0fc99c5ce5874fecc30 authored about 6 years ago
Improved comments, updated travis ci
github.com/forgoer/thinkgo - 695a550e74f4ea6d6fa7f399584f391247901833 authored about 6 years ago
github.com/forgoer/thinkgo - 695a550e74f4ea6d6fa7f399584f391247901833 authored about 6 years ago
Added cache
github.com/forgoer/thinkgo - 0a002e8111ceb5984ba0847f225c2df9e8f9bcec authored about 6 years ago
github.com/forgoer/thinkgo - 0a002e8111ceb5984ba0847f225c2df9e8f9bcec authored about 6 years ago
Updated README.md
github.com/forgoer/thinkgo - f3e191b8fa5174e3b9d55eedf9d5cd24b7ad224b authored about 6 years ago
github.com/forgoer/thinkgo - f3e191b8fa5174e3b9d55eedf9d5cd24b7ad224b authored about 6 years ago
Added Middleware and Route Groups
github.com/forgoer/thinkgo - 12ec8069a1889b5d3ca9d2c3586797853ba3d776 authored about 6 years ago
github.com/forgoer/thinkgo - 12ec8069a1889b5d3ca9d2c3586797853ba3d776 authored about 6 years ago
Added travis
github.com/forgoer/thinkgo - 98b6da2a7a6aab2ea128bcc7ceb79965e86a16cf authored about 6 years ago
github.com/forgoer/thinkgo - 98b6da2a7a6aab2ea128bcc7ceb79965e86a16cf authored about 6 years ago
Updated logger.go
github.com/forgoer/thinkgo - 8796b78b5f457d5719dfc5ff98eaad3dba864820 authored about 6 years ago
github.com/forgoer/thinkgo - 8796b78b5f457d5719dfc5ff98eaad3dba864820 authored about 6 years ago
Updated ContentType for text
github.com/forgoer/thinkgo - 8bcbeda808e9c5aeb68797dd74b8d71191aab4e9 authored about 6 years ago
github.com/forgoer/thinkgo - 8bcbeda808e9c5aeb68797dd74b8d71191aab4e9 authored about 6 years ago
Update README.md
github.com/forgoer/thinkgo - ce387580627f92198406502f5c1d1b4694cd5412 authored about 6 years ago
github.com/forgoer/thinkgo - ce387580627f92198406502f5c1d1b4694cd5412 authored about 6 years ago
Merge branch 'master' of https://github.com/thinkoner/thinkgo
github.com/forgoer/thinkgo - fe07d31f79b22a21a5d4cd88e0fb1241f8ef04bc authored about 6 years ago
github.com/forgoer/thinkgo - fe07d31f79b22a21a5d4cd88e0fb1241f8ef04bc authored about 6 years ago
Added features `loging`
github.com/forgoer/thinkgo - a0fcee4e1b055638b897daa386ea4890d80eea41 authored about 6 years ago
github.com/forgoer/thinkgo - a0fcee4e1b055638b897daa386ea4890d80eea41 authored about 6 years ago
Merge pull request #3 from sboschman/set-response-contenttype
Set content-type header before call to WriteHeader (or Write)
github.com/forgoer/thinkgo - 0f694f1708ae599b491f6040ab5ea2e1ed6b3747 authored about 6 years ago
Set content-type header before call to WriteHeader (or Write)
github.com/forgoer/thinkgo - fdbfc5a364d51c141490a158b5c92f83266096a5 authored about 6 years ago
github.com/forgoer/thinkgo - fdbfc5a364d51c141490a158b5c92f83266096a5 authored about 6 years ago
Format the code and add some badges in readme.md
github.com/forgoer/thinkgo - b89cbfe48cc89691aedb324a3c94110219a60699 authored about 6 years ago
github.com/forgoer/thinkgo - b89cbfe48cc89691aedb324a3c94110219a60699 authored about 6 years ago
Initial commit
github.com/forgoer/thinkgo - 921af84893d5b470e28bef4570735c0dfa29d9b0 authored about 6 years ago
github.com/forgoer/thinkgo - 921af84893d5b470e28bef4570735c0dfa29d9b0 authored about 6 years ago
Initial commit
github.com/forgoer/thinkgo - ac5a0e7e3ee1d0c4cd8e349dc6c8d7ccd8c65c73 authored about 6 years ago
github.com/forgoer/thinkgo - ac5a0e7e3ee1d0c4cd8e349dc6c8d7ccd8c65c73 authored about 6 years ago