mirror of
https://gitee.com/johng/gf
synced 2026-07-04 21:03:13 +08:00
change gitee.com/johng/gf -> github.com/gogf/gf
This commit is contained in:
@ -18,7 +18,7 @@ example
|
||||
|
||||
package main
|
||||
import "fmt"
|
||||
import "gitee.com/johng/gf/third/github.com/axgle/mahonia"
|
||||
import "github.com/gogf/gf/third/github.com/axgle/mahonia"
|
||||
func main(){
|
||||
enc:=mahonia.NewEncoder("gbk")
|
||||
//converts a string from UTF-8 to gbk encoding.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"gitee.com/johng/gf/third/github.com/axgle/mahonia"
|
||||
"github.com/gogf/gf/third/github.com/axgle/mahonia"
|
||||
"flag"
|
||||
"io"
|
||||
"log"
|
||||
|
||||
Reference in New Issue
Block a user