Skip to content

Commit b82d98b

Browse files
committed
Project structure refactory
1 parent 5b1d00c commit b82d98b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+13711
-5
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ _testmain.go
2727

2828
**/.DS_Store
2929

30-
src/github.com/whitecatboard/whitecat-create-agent/whitecat-create-agent
31-
src/github.com/whitecatboard/whitecat-create-agent/whitecat-create-agent.exe
30+
whitecat-create-agent
31+
whitecat-create-agent.exe

Godeps/Godeps.json

Lines changed: 56 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/Readme

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# What's The Whitecat Create Agent?
2-
3-
The Whitecat Create Agent is a small piece of software that runs on your computer, and allows the communication beetween a Whitecat Board and The Whitecat IDE. This is needed because the IDE must perform many operations that needs to use your computer hardware, and the IDE is on the cloud!. The communication beetween the agent and the IDE is made using websockets.
1+
# What's The Whitecat Create Agent?
2+
3+
The Whitecat Create Agent is a small piece of software that runs on your computer, and allows the communication beetween a Whitecat Board and The Whitecat IDE. This is needed because the IDE must perform many operations that needs to use your computer hardware, and the IDE is on the cloud!. The communication beetween the agent and the IDE is made using websockets.

0 commit comments

Comments
 (0)