修改路径包名和readme

master
15128022404 2 years ago
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 {

@ -1,3 +1,3 @@
module go-dde
module github.com/forget-the-bright/go-dde
go 1.18

@ -2,9 +2,10 @@ package main
import (
"fmt"
"go-dde/dde"
. "go-dde/types"
"time"
"github.com/forget-the-bright/go-dde/dde"
. "github.com/forget-the-bright/go-dde/types"
)
func runClient() {

Loading…
Cancel
Save