How would I put the run part in .replit file for .go
Im new to
.go
And i want to test some stuff out with this discord bot github code found here https://github.com/jonas747/yagpdb
I am not the creator of this bot im just using the coding to see some features i could get by using .go
Voters
RohilPatel
Just do something like this:
language = "go" run="go run mainfilehere.go"
Please mark as correct if this helped
Coder100
That's c++ @RohilPatel
RohilPatel
Lmao @Coder100
RohilPatel
What's the correct way then @Coder100
Use
go run
: