From 28983e4e24136cb6dac8f0b303397c29f14c8be2 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 24 Jan 2015 01:43:46 +0900 Subject: [PATCH] Add exp/doc.go --- exp/doc.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 exp/doc.go diff --git a/exp/doc.go b/exp/doc.go new file mode 100644 index 000000000..8e82ee559 --- /dev/null +++ b/exp/doc.go @@ -0,0 +1,17 @@ +// Copyright 2015 Hajime Hoshi +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Package exp includes some experimental sub packages. +// As these packages are experimental, be careful that we don't guarantee backward compatibility. +package exp