github.com/aristanetworks/goarista@v0.0.0-20240514173732-cca2755bbd44/cmd/gnmireverse_server/main.go (about)

     1  // Copyright (c) 2022 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  
     5  package main
     6  
     7  import "github.com/aristanetworks/goarista/gnmireverse/server"
     8  
     9  func main() {
    10  	server.Main()
    11  }