Skip to content

Commit 3d17bc2

Browse files
committed
Renaming apps.go into more appropriate helpers.go
1 parent 528a049 commit 3d17bc2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

apps.go renamed to helpers.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
// I didn't write all of this code so you could say it's yours.
55
// MIT License
66

7-
// This package is used to set helpers for common applications that we may use such as set variable against dialplan
7+
// This package is used to set helpers for common applications/send that we may use such as set variable against dialplan or accepting connection
88

99
package goesl
1010

11-
import (
12-
"fmt"
13-
)
11+
import "fmt"
1412

1513
// Set - Helper that you can use to execute SET application against active ESL session
1614
func (sc *SocketConnection) ExecuteSet(key string, value string, sync bool) (m *Message, err error) {

0 commit comments

Comments
 (0)