github.com/vertgenlab/gonomics@v1.0.0/cmd/DEPRECATED/DEPRECATED.go (about)

     1  package main
     2  
     3  import "fmt"
     4  
     5  func main() {
     6  	fmt.Print(
     7  		"This directory contains deprecated commands, preserved for backwards compatability.\n" +
     8  			"Each deprecated command should point to an intended replacement program, and should\n" +
     9  			"describe how the usage of a deprecated program can be transferred to usage in the new program.\n")
    10  }