File: 0001-Fix-import-path-in-sample.go.patch

package info (click to toggle)
golang-github-aliyun-aliyun-oss-go-sdk 1.5.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 604 kB
  • ctags: 750
  • sloc: makefile: 5
file content (22 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Shengjing Zhu <i@zhsj.me>
Date: Thu, 27 Jul 2017 15:43:03 +0800
Subject: Fix import path in sample.go

Forwarded: https://github.com/aliyun/aliyun-oss-go-sdk/pull/57
---
 sample.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sample.go b/sample.go
index 4dcf873..a2c059e 100644
--- a/sample.go
+++ b/sample.go
@@ -4,7 +4,7 @@ package main
 
 import (
 	"fmt"
-	"sample"
+	"github.com/aliyun/aliyun-oss-go-sdk/sample"
 )
 
 func main() {