Fix package name

This commit is contained in:
Eugeny Leonov 2022-05-30 18:06:21 +05:00
parent 8934ceab39
commit 8bc9efc42a
9 changed files with 12 additions and 7 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# Пакет http-сервера
Пакет предоставляет возможность работы как с TPC, так и с UNIX - сокетами.
## Параметры

View File

@ -1,4 +1,4 @@
package srv
package httpsrv
import "git.leolab.info/lib/errs"

View File

@ -1,4 +1,4 @@
package srv
package httpsrv
import (
"encoding/json"

View File

@ -1,4 +1,4 @@
package srv
package httpsrv
import (
"errors"

1
httpsrv_test.go Normal file
View File

@ -0,0 +1 @@
package httpsrv

2
rec.go
View File

@ -1,4 +1,4 @@
package srv
package httpsrv
import "git.leolab.info/lib/sess"

2
req.go
View File

@ -1,4 +1,4 @@
package srv
package httpsrv
import "net/http"

View File

@ -1,4 +1,4 @@
package srv
package httpsrv
import (
"io/fs"

2
rsp.go
View File

@ -1,4 +1,4 @@
package srv
package httpsrv
import (
"fmt"