Skip to content

Commit edf154e

Browse files
authored
Update README.md
1 parent 23cd76b commit edf154e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,22 @@ GoVector was initially developed as a pedagogical tool for students attending UB
8888

8989
As a result of student requests GoVector transformed into a general purpose logging tool. Additional features include optimized IO, priority logging, [TSViz](https://bestchai.bitbucket.io/tsviz/) compatibility and RPC instrumentation.
9090

91+
### Dependencies
92+
93+
GoVector has the following dependencies :
94+
95+
+ [msgpack](https://github.com/vmihailenco/msgpack)
96+
+ [go-colortext](https://github.com/daviddengcn/go-colortext)
97+
98+
### Contributors
99+
100+
+ Ivan Beschastnikh
101+
+ Mike Fink
102+
+ Stewart Grant
103+
+ Clement Fung
104+
+ Fabian Ruffy
105+
+ Vaastav Anand
106+
91107
### Output Example
92108

93109
The source code from the useage example produces the following log into a file named "LogFile.txt" :
@@ -111,22 +127,6 @@ Here is an example of ShiViz output generated by an RPC client server
111127
interaction
112128
![ShivizExample.png](.images/shiviz_output.png)
113129

114-
### Dependencies
115-
116-
GoVector has the following dependencies :
117-
118-
+ [msgpack](https://github.com/vmihailenco/msgpack)
119-
+ [go-colortext](https://github.com/daviddengcn/go-colortext)
120-
121-
### Contributors
122-
123-
+ Ivan Beschastnikh
124-
+ Mike Fink
125-
+ Stewart Grant
126-
+ Clement Fung
127-
+ Fabian Ruffy
128-
+ Vaastav Anand
129-
130130
<!-- July 2017: Brokers are no longer supported, maybe they will come back.
131131
132132
### VectorBroker

0 commit comments

Comments
 (0)