This website works better with JavaScript.
Home
Explore
Help
Sign In
larke12
/
twitchbot-go
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Add new files
master^2
Larke
1 year ago
parent
5af5714e2f
commit
f4eab956d8
4 changed files
with
7 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.fleet/settings.json
+1
-0
.gitignore
+2
-1
examples/test.go
+1
-1
go.mod
+ 3
- 0
.fleet/settings.json
View File
@ -0,0 +1,3 @@
{
"toolchains"
:
[
]
}
+ 1
- 0
.gitignore
View File
@ -16,3 +16,4 @@
config.json
.idea
.fleet
+ 2
- 1
examples/test.go
View File
@ -1,11 +1,12 @@
package
main
// TODO: Import parent bot and turn this folder into mini programs.
import
(
"encoding/json"
"fmt"
"io/ioutil"
"log"
"twitch
/twitch
bot"
"twitchbot"
)
type
Config
struct
{
+ 1
- 1
go.mod
View File
@ -1,3 +1,3 @@
module
github
.
com
/
witer33
/
twitchbot
go
1.
17
go
1.
20
Write
Preview
Loading…
Cancel
Save