// Copyright 2022 The ChromiumOS Authors | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
package main | |
import ( | |
"log" | |
"os" | |
) | |
func main() { | |
log.Println("gcs-publish has been moved to https://chromium.googlesource.com/infra/infra/+/refs/heads/main/go/src/infra/cros/cmd/cft/publish/gcs-publish/") | |
os.Exit(0) | |
} |