We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c219f5b commit 2b38744Copy full SHA for 2b38744
examples/ContextTestServer/ContextTest.tars
@@ -1,7 +1,7 @@
1
module StressTest{
2
interface ContextTest{
3
4
- int Add(int a,int b,out int c); // Some example function
+ int Add(int a,int b,out int c); // Some example function
5
int Sub(int a,int b,out int c); // Some example function
6
};
7
examples/ContextTestServer/start.sh
@@ -1,3 +1,4 @@
#!/bin/bash
-make
+#make
+go build -o ContextTestServer
./ContextTestServer --config=ContextTestServer.conf
0 commit comments