修改路径包名和readme
This commit is contained in:
parent
0efaabe1f7
commit
462c31fb20
@ -9,7 +9,7 @@ go
|
||||
|
||||
#### 安装教程
|
||||
```
|
||||
go get gitee.com/forget_the_bright/go-dde
|
||||
go get github.com/forget-the-bright/go-dde
|
||||
```
|
||||
|
||||
#### 使用说明
|
||||
|
@ -8,10 +8,11 @@ import "C"
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
ddeml "go-dde/ddeml"
|
||||
. "go-dde/types"
|
||||
"time"
|
||||
"unsafe"
|
||||
|
||||
ddeml "github.com/forget-the-bright/go-dde/ddeml"
|
||||
. "github.com/forget-the-bright/go-dde/types"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -1,7 +1,7 @@
|
||||
package ddeml
|
||||
|
||||
import (
|
||||
. "go-dde/types"
|
||||
. "github.com/forget-the-bright/go-dde/types"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -1,9 +1,10 @@
|
||||
package ddeml
|
||||
|
||||
import (
|
||||
. "go-dde/types"
|
||||
"syscall"
|
||||
"unsafe"
|
||||
|
||||
. "github.com/forget-the-bright/go-dde/types"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
@ -2,10 +2,11 @@ package demo
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"go-dde/dde"
|
||||
"go-dde/ddeml"
|
||||
. "go-dde/types"
|
||||
"time"
|
||||
|
||||
"github.com/forget-the-bright/go-dde/dde"
|
||||
"github.com/forget-the-bright/go-dde/ddeml"
|
||||
. "github.com/forget-the-bright/go-dde/types"
|
||||
)
|
||||
|
||||
func isHSZItem(hsz2 HSZ) HSZ {
|
||||
|
Loading…
x
Reference in New Issue
Block a user