Compare commits

..

No commits in common. "370a2eb604e1c217d9cf30826cba638d6242adca" and "a94969338b323e6dbc35a5178e5a1192bcb74c9e" have entirely different histories.

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 git.wow.st/gmp/nswrap
cd gitlab.wow.st/gmp/nswrap/cmd/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 git.wow.st/gmp/nswrap/examples/app
cd gitlab.wow.st/gmp/nswrap/examples/app
go generate
go build
./app
@ -585,7 +585,7 @@ package main
import (
"fmt"
"runtime"
"git.wow.st/gmp/nswrap/examples/app/ns" // point to your NSWrap output directory
"gitlab.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("my_new_queue"),nil)
queue := ns.DispatchQueueCreate(ns.CharWithGoString("st.wow.gitlab.ble"),nil)
cd = ns.CBDelegateAlloc()