1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-05 13:24:54 +02:00
Jesse Duffield da227003c7 use dep
2018-08-06 00:38:38 +10:00

9 lines
169 B
Go

// +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
}