Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-scherba committed Jan 7, 2024
1 parent 13bd4c2 commit bbdb6e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ go run .

By default web server runs on `localhost:8081` port. So you can open this url in your browser: [http://localhost:8081](http://localhost:8081) and see the fortune-gui application in your browser.

There is preinstalled teofortune-gui web-app with name [fortune-gui.teonet.dev](https://fortune-gui.teonet.dev)

## License

[BSD](LICENSE)
2 changes: 1 addition & 1 deletion cmd/teonet/fortune-gui/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go 1.21.5

require (
fyne.io/fyne/v2 v2.4.3
github.com/teonet-go/teoproxy v0.0.2
github.com/teonet-go/teoproxy v0.0.3
)

require (
Expand Down
2 changes: 1 addition & 1 deletion cmd/teonet/fortune-gui/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// This a GUI application in Go.
// Example:This a GUI application in Go.
//
// The main function is the entry point of the program. It initializes a
// connection to the Teonet network and Teofortune service, and then launches
Expand Down
2 changes: 1 addition & 1 deletion cmd/teonet/fortune-gui/serve/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go 1.21.5

require (
github.com/NYTimes/gziphandler v1.1.1
github.com/teonet-go/teoproxy v0.0.2
github.com/teonet-go/teoproxy v0.0.3
golang.org/x/crypto v0.17.0
)

Expand Down
1 change: 0 additions & 1 deletion go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
github.com/teonet-go/teoproxy v0.0.2/go.mod h1:FKXkncMF6iMBRM1AlqFdtImMcGe2VhQV6/10mHiMBgk=
github.com/urfave/cli/v2 v2.4.0/go.mod h1:NX9W0zmTvedE5oDoOMs2RTC8RvdK98NTYZE5LbaEYPg=
golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc=
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
Expand Down

0 comments on commit bbdb6e4

Please sign in to comment.