* Use socket API if available
* Make socket path configurable by env var
* Add local mode docs to README
* Change README wordings
* Add log when using local mode. Change error handling for local mode deploy.
* address requests in pluginctl and update mattermost-server
* check if MM_LOCALSOCKETPATH is present before logging
* update go.sum
* Cleanup .gitignore
* Document minimum server version
* Become golint compliant
* Use pre defined http method
* Update dependencies
* Add i18n-extract target
* Add golint target
* Run check-style against all go files
Co-Authored-By: Jesse Hallam <jesse.hallam@gmail.com>
* Move to go modules
* Move go.mod in root directory
* Update Readme
* Remove golang.org/x/tools from go.mod
* Remove go list from targets
* Set go version to 1.12
* Update Makefile
Co-Authored-By: hanzei <16541325+hanzei@users.noreply.github.com>
* Update dependencies
* Fix build