github.com/altipla-consulting/ravendb-go-client@v0.1.3/scripts/run_dive_example.ps1 (about)

     1  #!/usr/bin/env pwsh
     2  
     3  Set-Location .\dive-into-raven
     4  go run main.go log.go $args
     5  Set-Location ..