mirror of https://github.com/knative/func.git
Format go code (#589)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
114a5faee3
commit
cd45b6c007
|
@ -1,3 +1,4 @@
|
|||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
package function_test
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !integration
|
||||
// +build !integration
|
||||
|
||||
package function_test
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package cmd
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !integration
|
||||
// +build !integration
|
||||
|
||||
package docker_test
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !integration
|
||||
// +build !integration
|
||||
|
||||
package function_test
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
/*
|
||||
|
|
1
pkged.go
1
pkged.go
|
@ -1,5 +1,6 @@
|
|||
// Code generated by pkger; DO NOT EDIT.
|
||||
|
||||
//go:build !skippkger
|
||||
// +build !skippkger
|
||||
|
||||
package function
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !integration
|
||||
// +build !integration
|
||||
|
||||
package function_test
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !integration
|
||||
// +build !integration
|
||||
|
||||
package function_test
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build e2e
|
||||
// +build e2e
|
||||
|
||||
package e2e
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build e2elc
|
||||
// +build e2elc
|
||||
|
||||
package e2e
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build e2e
|
||||
// +build e2e
|
||||
|
||||
package e2e
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build e2e || e2elc
|
||||
// +build e2e e2elc
|
||||
|
||||
package e2e
|
||||
|
|
Loading…
Reference in New Issue