Initial pop-up for new function.

This commit is contained in:
Alex
2017-02-23 08:21:33 +00:00
committed by Alex Ellis
parent edc2c4b29e
commit 98c9ef67f4
9 changed files with 105 additions and 33 deletions

View File

@ -25,7 +25,7 @@ func fireRequestWithHeader(url string, method string, reqBody string, xheader st
log.Fatal(err)
}
req.Header.Set("User-Agent", "spacecount-tutorial")
req.Header.Set("User-Agent", "go-integration")
if len(xheader) != 0 {
req.Header.Set("X-Function", xheader)
}