From 4218b9f982f0c1b306bfe8d02b5803de019beea2 Mon Sep 17 00:00:00 2001 From: Andrew Querol Date: Tue, 6 Oct 2020 13:24:55 -0500 Subject: [PATCH] Add a blurb about the library being used in production --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e49d02e..5e12ba0 100644 --- a/README.md +++ b/README.md @@ -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() {