From aff6d0bd30172e35a942c981d0351c847e0e11c7 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 26 Feb 2018 17:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=AE=E5=BD=95=E8=B0=83=E6=95=B4=EF=BC=8C?= =?UTF-8?q?=E4=BE=BF=E4=BA=8E=E6=96=87=E6=A1=A3=E5=B7=A5=E5=85=B7=E7=94=9F?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- g/database/database.go | 1 + g/encoding/encoding.go | 1 + g/frame/frame.go | 1 + g/net/net.go | 1 + g/os/os.go | 1 + g/util/util.go | 1 + 6 files changed, 6 insertions(+) create mode 100644 g/database/database.go create mode 100644 g/encoding/encoding.go create mode 100644 g/frame/frame.go create mode 100644 g/net/net.go create mode 100644 g/os/os.go create mode 100644 g/util/util.go diff --git a/g/database/database.go b/g/database/database.go new file mode 100644 index 000000000..636bab89a --- /dev/null +++ b/g/database/database.go @@ -0,0 +1 @@ +package database diff --git a/g/encoding/encoding.go b/g/encoding/encoding.go new file mode 100644 index 000000000..523b90ced --- /dev/null +++ b/g/encoding/encoding.go @@ -0,0 +1 @@ +package encoding diff --git a/g/frame/frame.go b/g/frame/frame.go new file mode 100644 index 000000000..904b2701a --- /dev/null +++ b/g/frame/frame.go @@ -0,0 +1 @@ +package frame diff --git a/g/net/net.go b/g/net/net.go new file mode 100644 index 000000000..9d9f1a11e --- /dev/null +++ b/g/net/net.go @@ -0,0 +1 @@ +package net diff --git a/g/os/os.go b/g/os/os.go new file mode 100644 index 000000000..cf1f67e04 --- /dev/null +++ b/g/os/os.go @@ -0,0 +1 @@ +package os diff --git a/g/util/util.go b/g/util/util.go new file mode 100644 index 000000000..c7d868219 --- /dev/null +++ b/g/util/util.go @@ -0,0 +1 @@ +package util