test.go 386 B

123456789101112131415161718192021
  1. // Copyright (c) 2017 Arista Networks, Inc.
  2. // Use of this source code is governed by the Apache License 2.0
  3. // that can be found in the COPYING file.
  4. package main
  5. import (
  6. "context"
  7. "flag"
  8. "fmt"
  9. "os"
  10. "notabug.org/themusicgod1/goarista/cmd/gnmi/gnmi.go"
  11. "github.com/golang/glog"
  12. // pb "github.com/openconfig/gnmi/proto/gnmi"
  13. // ????
  14. )
  15. glog.Info("Prepare to repel boarders")