From 3e3e4f796a494d4b79cd996339dbd8130f63fccd Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 5 Jul 2018 19:18:25 +0200 Subject: [PATCH] rename repo --- README.md | 6 +++--- cmd/test/main.go | 2 +- root/authi.go | 4 ++-- root/i.go | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2e4a3e1..a79f1b9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ All commands above must be launched from the root of this repository. In order for next steps to work properly whatever your configuration, you might execute the following command: ```bash -chmod +x $GOPATH/src/git.xdrm.io/go/xb-api/*.sh +chmod +x $GOPATH/src/git.xdrm.io/go/aicra/*.sh ``` ### 2. Build type checkers @@ -14,7 +14,7 @@ chmod +x $GOPATH/src/git.xdrm.io/go/xb-api/*.sh Default types have to be built before using them. ```bash -$GOPATH/src/git.xdrm.io/go/xb-api/build-types.sh +$GOPATH/src/git.xdrm.io/go/aicra/build-types.sh ``` If the build process succeeds, the `./types` folder must contain *.so* files. @@ -24,7 +24,7 @@ If the build process succeeds, the `./types` folder must contain *.so* files. Controllers are located under the `./root` file structure. ```bash -$GOPATH/src/git.xdrm.io/go/xb-api/build-controllers.sh ./root +$GOPATH/src/git.xdrm.io/go/aicra/build-controllers.sh ./root ``` If the build process succeeds, the `./controllers` folder must contain *.so* files. diff --git a/cmd/test/main.go b/cmd/test/main.go index edcb8f4..f61b0ba 100644 --- a/cmd/test/main.go +++ b/cmd/test/main.go @@ -1,7 +1,7 @@ package main import ( - "git.xdrm.io/go/xb-api" + "git.xdrm.io/go/aicra" "log" ) diff --git a/root/authi.go b/root/authi.go index 8fd855e..a91037b 100644 --- a/root/authi.go +++ b/root/authi.go @@ -2,8 +2,8 @@ package main import ( "fmt" - e "git.xdrm.io/go/xb-api/err" - i "git.xdrm.io/go/xb-api/implement" + e "git.xdrm.io/go/aicra/err" + i "git.xdrm.io/go/aicra/implement" ) // Builds an access token from credentials diff --git a/root/i.go b/root/i.go index 1eb7130..000d83b 100644 --- a/root/i.go +++ b/root/i.go @@ -2,8 +2,8 @@ package main import ( db "./db" - e "git.xdrm.io/go/xb-api/err" - i "git.xdrm.io/go/xb-api/implement" + e "git.xdrm.io/go/aicra/err" + i "git.xdrm.io/go/aicra/implement" ) // Redirects to an url from a key