forked from mirror/zip
fix repos
This commit is contained in:
parent
d046722c6f
commit
5be397991f
|
@ -27,7 +27,7 @@ import (
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/yeka/zip"
|
"git.internal/re/zip"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -60,7 +60,7 @@ import (
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/yeka/zip"
|
"git.internal/re/zip"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
@ -11,7 +11,7 @@ import (
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/yeka/zip"
|
"git.internal/re/zip"
|
||||||
)
|
)
|
||||||
|
|
||||||
func ExampleWriter() {
|
func ExampleWriter() {
|
||||||
|
@ -22,7 +22,7 @@ func ExampleWriter() {
|
||||||
w := zip.NewWriter(buf)
|
w := zip.NewWriter(buf)
|
||||||
|
|
||||||
// Add some files to the archive.
|
// Add some files to the archive.
|
||||||
var files = []struct {
|
files := []struct {
|
||||||
Name, Body string
|
Name, Body string
|
||||||
}{
|
}{
|
||||||
{"readme.txt", "This archive contains some text files."},
|
{"readme.txt", "This archive contains some text files."},
|
||||||
|
|
Loading…
Reference in New Issue