Browse Source

Add new files

master^2
Larke 7 months ago
parent
commit
f4eab956d8
4 changed files with 7 additions and 2 deletions
  1. +3
    -0
      .fleet/settings.json
  2. +1
    -0
      .gitignore
  3. +2
    -1
      examples/test.go
  4. +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/twitchbot"
"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

Loading…
Cancel
Save