main.go: removed

This commit is contained in:
Andreas Neue 2016-07-18 23:45:29 +02:00
parent 6a97a1d87f
commit 3234f81785
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
// vim:ts=4:sts=4:sw=4:noet:tw=72
package main
func main() {
srv := NewServer("server.conf", "ircd", "0.0.1")
srv.Run()
}