This website requires JavaScript.
Explore
Help
Sign in
sako
/
voidway
Watch
1
Star
0
Fork
You've already forked voidway
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
bf2fdd729f
voidway
/
main.go
11 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
go init or whatever
2024-11-21 10:01:50 +04:00
package
main
add fasthttp
2024-11-21 10:34:23 +04:00
import
(
"fmt"
"github.com/valyala/fasthttp"
)
go init or whatever
2024-11-21 10:01:50 +04:00
func
main
(
)
{
fmt
.
Println
(
"Hi"
)
}
Reference in a new issue
Copy permalink