修改路径包名和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 ( import (
"fmt" "fmt"
ddeml "go-dde/ddeml"
. "go-dde/types"
"time" "time"
"unsafe" "unsafe"
ddeml "github.com/forget-the-bright/go-dde/ddeml"
. "github.com/forget-the-bright/go-dde/types"
) )
const ( const (

@ -1,7 +1,7 @@
package ddeml package ddeml
import ( import (
. "go-dde/types" . "github.com/forget-the-bright/go-dde/types"
) )
var ( var (

@ -1,9 +1,10 @@
package ddeml package ddeml
import ( import (
. "go-dde/types"
"syscall" "syscall"
"unsafe" "unsafe"
. "github.com/forget-the-bright/go-dde/types"
) )
func init() { func init() {

@ -2,10 +2,11 @@ package demo
import ( import (
"fmt" "fmt"
"go-dde/dde"
"go-dde/ddeml"
. "go-dde/types"
"time" "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 { func isHSZItem(hsz2 HSZ) HSZ {

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

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

Loading…
Cancel
Save