1
0
mirror of https://github.com/golang/go synced 2024-11-18 13:34:41 -07:00

cmd/oracle: announce planned deletion in 2.5 months

Change-Id: Id3e1dd598707c04be883b168add0a7049dc45874
Reviewed-on: https://go-review.googlesource.com/25031
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
Alan Donovan 2016-07-18 18:24:40 -04:00
parent f2932db7c0
commit b825d2868c
2 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,10 @@
// http://golang.org/s/oracle-design // http://golang.org/s/oracle-design
// http://golang.org/s/oracle-user-manual // http://golang.org/s/oracle-user-manual
// //
// DEPRECATED: oracle has been superseded by guru;
// see https://golang.org/s/using-guru for details.
// This package will be deleted on October 1, 2016.
//
// Run with -help flag or help subcommand for usage information. // Run with -help flag or help subcommand for usage information.
// //
package main // import "golang.org/x/tools/cmd/oracle" package main // import "golang.org/x/tools/cmd/oracle"

View File

@ -7,8 +7,9 @@
// Package oracle contains the implementation of the oracle tool whose // Package oracle contains the implementation of the oracle tool whose
// command-line is provided by golang.org/x/tools/cmd/oracle. // command-line is provided by golang.org/x/tools/cmd/oracle.
// //
// http://golang.org/s/oracle-design // DEPRECATED: oracle has been superseded by guru;
// http://golang.org/s/oracle-user-manual // see https://golang.org/s/using-guru for details.
// This package will be deleted on October 1, 2016.
// //
package oracle // import "golang.org/x/tools/oracle" package oracle // import "golang.org/x/tools/oracle"