Package name tweaks.

This commit is contained in:
Greg 2019-05-29 13:26:22 -04:00
parent 9230222634
commit 370a2eb604
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ go get git.wow.st/gmp/nswrap/...
From your `go` source directory, type:
```sh
cd gitlab.wow.st/gmp/nswrap/cmd/nswrap
cd git.wow.st/gmp/nswrap
go install
```
@ -36,7 +36,7 @@ NSWrap is designed to be easy to use. To get started with an example, visit
your Go source directory in a terminal and enter:
```sh
cd gitlab.wow.st/gmp/nswrap/examples/app
cd git.wow.st/gmp/nswrap/examples/app
go generate
go build
./app
@ -585,7 +585,7 @@ package main
import (
"fmt"
"runtime"
"gitlab.wow.st/gmp/nswrap/examples/app/ns" // point to your NSWrap output directory
"git.wow.st/gmp/nswrap/examples/app/ns" // point to your NSWrap output directory
)
func didFinishLaunching(n ns.NSNotification) {

View File

@ -106,7 +106,7 @@ var (
)
func main() {
queue := ns.DispatchQueueCreate(ns.CharWithGoString("st.wow.gitlab.ble"),nil)
queue := ns.DispatchQueueCreate(ns.CharWithGoString("my_new_queue"),nil)
cd = ns.CBDelegateAlloc()