Skip to content

Commit

Permalink
Add a blurb about the library being used in production
Browse files Browse the repository at this point in the history
winsock committed Oct 6, 2020
1 parent 1de1b2d commit 4218b9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# eslgo
eslgo is a [FreeSWITCH™](https://freeswitch.com/) ESL library for GoLang
eslgo is a [FreeSWITCH™](https://freeswitch.com/) ESL library for GoLang.
eslgo was written from the ground up in idiomatic Go fo use in our production products tested handling thousands of calls per second.

## Install
```
@@ -10,7 +11,7 @@ github.com/percipia/eslgo v1.2.1
```

## Overview
- Inbound ESL Connections
- Inbound ESL Connection
- Outbound ESL Server
- Context Support
- Basic Helpers for common tasks
@@ -30,7 +31,6 @@ import (
"fmt"
"github.com/percipia/eslgo"
"log"
"time"
)

func main() {

0 comments on commit 4218b9f

Please sign in to comment.