use kinako instead of anko

This commit is contained in:
Yasuhiro Matsumoto
2017-06-16 16:06:17 +09:00
parent 28bb992796
commit 9bcfe68591
20 changed files with 2758 additions and 4719 deletions

3
po.go
View File

@@ -3,13 +3,14 @@ package gotext
import (
"bufio"
"fmt"
"github.com/mattn/anko/vm"
"io/ioutil"
"net/textproto"
"os"
"strconv"
"strings"
"sync"
"github.com/mattn/kinako/vm"
)
type translation struct {