temp. fix for reflect

This commit is contained in:
Miek Gieben 2012-02-12 14:11:40 +01:00
parent 53dcc5a425
commit 059c08af9f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import (
"log"
"net"
"os"
"os/signal"
"exp/signal"
"runtime/pprof"
"strconv"
)