//! Go publisher: noop.
//!
//! Go modules are "published" by pushing a semver-prefixed git tag
//! (`v1.2.3` for root modules, `<path>/v1.2.3` for submodules). sr already
//! cuts the tag as part of the release pipeline, so by the time a package
//! with `publish: go` is evaluated, the work is done.
//!
//! `check` always returns `Completed`. `run` is a no-op.
use ;
use crateReleaseError;
;