gorepost/gorepost.go

14 lines
148 B
Go
Raw Normal View History

package gorepost
import (
"log"
"os"
"time"
"github.com/arachnist/gorepost/config"
"github.com/sorcix/irc"
)
func main() {
}