ptt / pttweb

PTT BBS Web Frontend
http://www.ptt.cc/bbs/
MIT License
211 stars 30 forks source link

Migrate memcache client and modularization #16

Closed plsmaop closed 4 years ago

plsmaop commented 4 years ago
  1. Since github.com/youtube/vitess/go/memcache is deprecated and deleted from the above repository (https://github.com/vitessio/vitess/issues/2446), the memcache client library used by pttweb should be replaced with github.com/bradfitz/gomemcache (written by the author of memcache)

  2. Modern Go project should use go module

wens commented 4 years ago

Please split the replacement of the memcache client library and the addition of go module into separate commits.

plsmaop commented 4 years ago

Please split the replacement of the memcache client library and the addition of go module into separate commits.

OK

robertabcd commented 4 years ago

Thanks for contributing!