From 370a2eb604e1c217d9cf30826cba638d6242adca Mon Sep 17 00:00:00 2001 From: Greg Date: Wed, 29 May 2019 13:26:22 -0400 Subject: [PATCH] Package name tweaks. --- README.md | 6 +++--- examples/bluetooth/main.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04158bb..4ef2b83 100644 --- a/README.md +++ b/README.md @@ -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) { diff --git a/examples/bluetooth/main.go b/examples/bluetooth/main.go index 5ce8cb4..f774fcd 100644 --- a/examples/bluetooth/main.go +++ b/examples/bluetooth/main.go @@ -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()