This website requires JavaScript.
Explore
Help
Sign in
util
/
gopp
Watch
1
Star
0
Fork
You've already forked gopp
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7e14b1d212
gopp
/
cmd
/
tpp
/
main.go
11 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
feat: use bytes instead of string to be able to generate binary files, started implementing PHP-like server.
2024-04-25 22:38:04 +03:00
package
main
import
(
feat: made better interfaces and more generalized approach to use THT.
2024-05-17 20:46:34 +03:00
"surdeus.su/util/tpp"
feat: use bytes instead of string to be able to generate binary files, started implementing PHP-like server.
2024-04-25 22:38:04 +03:00
"os"
)
func
main
(
)
{
tpp
.
Tool
.
Run
(
os
.
Args
[
1
:
]
)
}
Reference in a new issue
Copy permalink