feat: Add --extra-http-header flag (#372)
This commit is contained in:
9
cmd/influx/util.go
Normal file
9
cmd/influx/util.go
Normal file
@ -0,0 +1,9 @@
|
||||
//go:build go1.18
|
||||
|
||||
package main
|
||||
|
||||
import "strings"
|
||||
|
||||
func stringsCut(s, sep string) (before, after string, found bool) {
|
||||
return strings.Cut(s, sep)
|
||||
}
|
Reference in New Issue
Block a user