Skip to content

Commit

Permalink
make correct dir structure for install
Browse files Browse the repository at this point in the history
  • Loading branch information
deem0n committed Oct 19, 2018
1 parent 658b9c3 commit b35439a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion nats.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ replace.di32t = "int32"

[nats.nim]
search.b = "_Bool"
replace.b = "bool"
replace.b = "bool"

[n.post]
execute = "cp nats/nats.nim src/"
2 changes: 2 additions & 0 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
1 change: 0 additions & 1 deletion tests/natstest.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import unittest
import strformat
import asyncdispatch
import nats

var nc: ptr natsConnection
Expand Down

0 comments on commit b35439a

Please sign in to comment.