This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package sse | |
| import ( | |
| "bufio" | |
| "fmt" | |
| "github.com/gofiber/fiber/v3" | |
| "github.com/valyala/fasthttp" | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### How to install github desktop on ubuntu: | |
| ## download .deb file: | |
| sudo wget https://github.com/shiftkey/desktop/releases/download/release-3.2.0-linux1/GitHubDesktop-linux-3.2.0-linux1.deb | |
| ## gdebi: | |
| # sudo apt install gdebi-core -y | |
| # sudo gdebi GitHubDesktop-linux-3.2.0-linux1.deb | |
| ## dpkg: | |
| sudo dpkg -i GitHubDesktop-linux-3.2.0-linux1.deb |