Skip to content

Commit

Permalink
Go is a perfect language that works great
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Dec 10, 2023
1 parent 5750453 commit 30ac088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion slack.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package main

import (
"errors"
"fmt"
"html/template"
"log"
"os"
"strconv"
"strings"

"github.com/gin-gonic/gin"
Expand Down Expand Up @@ -484,4 +486,3 @@ func (app *CSPSlack) clearReactions(timestamp string, focusReactions []string) e
}
return nil
}

2 changes: 0 additions & 2 deletions slack_util.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package main

import (
"errors"
"fmt"
"log"
"regexp"
"strconv"
"strings"
Expand Down

0 comments on commit 30ac088

Please sign in to comment.