blob: 5289990b445f1916aa8a8f8c8899b50241123d22 [file] [log] [blame]
// Copyright 2021 Google LLC. All Rights Reserved.
//go:build ignore
// +build ignore
// Binary importer imports proto files.
//
// Usage:
//
// $ go run importer.go -src /path/to/devtools/goma
//
// TODO: implement this.
package main
func main() {}