github.com/117503445/github-action-example@v0.0.0-20230330151252-3d5ba77d6aad/main.go (about)

     1  package main
     2  
     3  import (
     4  	"github.com/117503445/github-action-example/src"
     5  )
     6  
     7  func main() {
     8  	src.Start()
     9  }