Skip to content
Snippets Groups Projects
netobserv-agent.go 65 B
Newer Older
  • Learn to ignore specific revisions
  • package main
    
    import "fmt"
    
    func main() {
    	fmt.Printf("hello")
    }