ソースを参照

Issue #8: change iconv import to reflect typical github import path

tags/v1.0.1
Donovan Jimenez 10年前
コミット
454e39a98f
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      examples/sample.go

+ 1
- 1
examples/sample.go ファイルの表示

@@ -3,7 +3,7 @@ package main
import (
"encoding/hex"
"fmt"
"iconv"
iconv "github.com/djimenez/iconv-go"
"io/ioutil"
"os"
)


読み込み中…
キャンセル
保存