| Index: service/logging/logging.go
|
| diff --git a/service/logging/logging.go b/service/logging/logging.go
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6aa1eb8353b4b466a1f853c276e8c386066c5703
|
| --- /dev/null
|
| +++ b/service/logging/logging.go
|
| @@ -0,0 +1,11 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +// Package logging is simply documentation :)
|
| +//
|
| +// In order to use logging, please import and use the
|
| +// "github.com/luci/luci-go/common/logging" package. Both
|
| +// "github.com/luci/gae/impl/prod" and "github.com/luci/gae/impl/memory"
|
| +// implement that service appropriately.
|
| +package logging
|
|
|