| Index: scheduler/appengine/presentation/doc.go
|
| diff --git a/scheduler/appengine/presentation/doc.go b/scheduler/appengine/presentation/doc.go
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bbf06381beaa92a19e40f1f287ce5a59ea9dc636
|
| --- /dev/null
|
| +++ b/scheduler/appengine/presentation/doc.go
|
| @@ -0,0 +1,6 @@
|
| +// Copyright 2017 The LUCI Authors. All rights reserved.
|
| +// Use of this source code is governed under the Apache License, Version 2.0
|
| +// that can be found in the LICENSE file.
|
| +
|
| +// package presentation implements common method to API and UI serving.
|
| +package presentation
|
|
|