This website requires JavaScript.
Explore
Help
Sign In
sosedoff
/
pgweb
Watch
1
Star
1
Fork
0
You've already forked pgweb
mirror of
https://github.com/sosedoff/pgweb.git
synced
2024-12-14 19:21:46 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
85b76960c3
pgweb
/
main.go
10 lines
90 B
Go
Raw
Normal View
History
Unescape
Escape
Initial
2014-10-09 06:26:57 +04:00
package
main
import
(
Move all CLI logic into its own package
2017-05-17 05:28:07 +03:00
"github.com/sosedoff/pgweb/pkg/cli"
Initial
2014-10-09 06:26:57 +04:00
)
Automatically open web page if operatin system supports command
2014-10-17 01:38:11 +04:00
func
main
(
)
{
Move all CLI logic into its own package
2017-05-17 05:28:07 +03:00
cli
.
Run
(
)
Initial
2014-10-09 06:26:57 +04:00
}
Reference in New Issue
Copy Permalink