This website requires JavaScript.
Explore
Help
Register
Sign In
Bhasher
/
trakr
Watch
1
Star
0
Fork
You've already forked trakr
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12d1cff06a
trakr
/
main.go
10 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-12-22 21:29:33 +01:00
package
main
import
(
Reorganise
2023-12-22 22:05:30 +01:00
"git.bhasher.com/bhasher/trakr/server"
Initial commit
2023-12-22 21:29:33 +01:00
)
func
main
(
)
{
Reorganise
2023-12-22 22:05:30 +01:00
server
.
Server
(
)
Initial commit
2023-12-22 21:29:33 +01:00
}