Kaynağa Gözat

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

tags/v1.0.1
Donovan Jimenez 10 yıl önce
ebeveyn
işleme
454e39a98f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      examples/sample.go

+ 1
- 1
examples/sample.go Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet