Skip to content
Snippets Groups Projects
Select Git revision
  • 711d027dfba59ef710383d9fc671cd7ad705d16c
  • master default protected
  • bugfix/error-on-not-found-network
  • 5.0.2
  • 5.0.1
  • 5.0.0
  • 4.1.2
  • 4.1.1
  • 4.1.0
  • 4.0.0
  • 3.13.0
  • 3.12.2
  • 3.12.1
  • 3.12.0
  • 3.11.0
  • 3.10.1
  • 3.10.0
  • 3.9.2
  • 3.9.0
  • 3.8.1
  • 3.8.0
  • 3.7.1
  • 3.7.0
23 results

instrumentation_stub.go

Blame
  • instrumentation_stub.go 131 B
    //go:build !instrumented
    
    package driver
    
    const runningInstrumented = false
    
    func instrumented[T any](input T) T {
    	return input
    }