diff options
Diffstat (limited to 'api/except.txt')
-rw-r--r-- | api/except.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/except.txt b/api/except.txt new file mode 100644 index 000000000..7f8f81df5 --- /dev/null +++ b/api/except.txt @@ -0,0 +1,3 @@ +pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error) +pkg text/template/parse, type DotNode bool +pkg text/template/parse, type Node interface { Copy, String, Type } |