Skip to content

Commit 4737eb1

Browse files
committed
Updating README + adding TODO
1 parent 9f4c5f4 commit 4737eb1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77

88
GoESL is a small wrapper around [FreeSwitch](https://freeswitch.org/) [Event Socket Library](https://wiki.freeswitch.org/wiki/Event_Socket_Library) written in [Go](http://golang.org).
99

10-
Point of this library is to fully implement Freeswitch ESL and bring outbound server as inbound client to you, fellow go developer :)
10+
Point of this library is to fully implement Freeswitch ESL and bring outbound server as inbound client to you, fellow Go developer :)
11+
12+
13+
### TODO?
14+
15+
You can find what still needs to be done at [GoESL TODO](https://github.com/0x19/goesl/blob/master/TODO.md)
1116

1217

1318
### Examples

TODO.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Still needs to be done
2+
3+
List of things that I still need to do in order to make GoESL completed
4+
5+
6+
[] Unit Tests
7+
[] Better documentation
8+
[] Freeswitch WIKI Golang page (proposal)

0 commit comments

Comments
 (0)