github.com/EngineerKamesh/gofullstack@v0.0.0-20180609171605-d41341d7d4ee/gofullstack.go (about)

     1  package main
     2  
     3  import "fmt"
     4  
     5  func main() {
     6  	fmt.Println("Welcome to the gofullstack repository.")
     7  }