This commit is contained in:
Dolf Schimmel (Freeaqingme)
2015-11-24 17:46:44 +01:00
parent d6bf69609f
commit 0c9e549560
2 changed files with 2 additions and 3 deletions

View File

@@ -30,12 +30,12 @@ import (
"encoding/gob" "encoding/gob"
"errors" "errors"
"fmt" "fmt"
"log"
"net" "net"
"os" "os"
"reflect" "reflect"
"strings" "strings"
"unsafe" "unsafe"
"log"
) )
type sockaddr_in struct { type sockaddr_in struct {
@@ -824,4 +824,3 @@ func Run(amilter Milter) int {
func Stop() { func Stop() {
C.smfi_stop() C.smfi_stop()
} }

View File

@@ -7,9 +7,9 @@ Copyright (c) 2015 Leon Baker
package main package main
import ( import (
m "github.com/leonrbaker/gomilter"
"log" "log"
"os" "os"
m "github.com/leonrbaker/gomilter"
) )
type Mymilter struct { type Mymilter struct {