Skip to content

Commit

Permalink
update path to travis build and build icon url.
Browse files Browse the repository at this point in the history
  • Loading branch information
vany-egorov committed Oct 9, 2022
1 parent 638ba34 commit 0bbe3f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ func main() {
[godev-image]: https://img.shields.io/badge/go.dev-reference-5272B4?logo=go&logoColor=white
[godev-url]: https://pkg.go.dev/github.com/go-x-pkg/servers

[build-image]: https://travis-ci.com/go-x-pkg/servers.svg?branch=master
[build-url]: https://travis-ci.com/go-x-pkg/servers
[build-image]: https://app.travis-ci.com/go-x-pkg/servers.svg?branch=master
[build-url]: https://app.travis-ci.com/github/go-x-pkg/servers

[coverage-image]: https://coveralls.io/repos/github/go-x-pkg/servers/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/go-x-pkg/servers?branch=master
Expand Down
3 changes: 3 additions & 0 deletions server.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package servers

import (
"fmt"
"io"

"github.com/go-x-pkg/dumpctx"
Expand All @@ -27,6 +28,8 @@ type (
)

func runLogPrefix(server Server) string {
fmt.Printf(">>>>> %#w\n", server)

switch s := server.(type) {
case *ServerUNIX:
return "UNIX"
Expand Down

0 comments on commit 0bbe3f8

Please sign in to comment.