From 91802aac47a613e34432fb22ee0c796bce657c3e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 3 Sep 2016 14:41:39 +0900 Subject: [PATCH] Remove exp --- exp/doc.go | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 exp/doc.go diff --git a/exp/doc.go b/exp/doc.go deleted file mode 100644 index 8e82ee559..000000000 --- a/exp/doc.go +++ /dev/null @@ -1,17 +0,0 @@ -// 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