go fmt
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user