Update dependencies

This commit is contained in:
esimov
2018-04-19 17:26:54 +03:00
parent f3d7fe5040
commit cee4ec1d99
252 changed files with 151491 additions and 22 deletions

8
vendor/github.com/mattn/go-runewidth/runewidth_js.go generated vendored Normal file
View File

@@ -0,0 +1,8 @@
// +build js
package runewidth
func IsEastAsian() bool {
// TODO: Implement this for the web. Detect east asian in a compatible way, and return true.
return false
}