Skip to content

Commit a19def7

Browse files
committed
reorder object resource import
1 parent aebe848 commit a19def7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci/objectstorage_object_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
package oci
55

66
import (
7+
"bytes"
78
"context"
89
"crypto/md5"
910
"encoding/hex"
1011
"fmt"
1112

12-
"bytes"
1313
"io/ioutil"
1414
"log"
1515
"net/http"

0 commit comments

Comments
 (0)