Skip to content

Commit 8353c88

Browse files
committed
Merge pull request #9 from optimizely/get_rid_of_example_dot_com
Removes reference to example.com.... was used in gdb to see what was …
2 parents 417a5dc + 46e0821 commit 8353c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/optimizely.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func (client *OptimizelyClient) Track(
3232
event_value string) {
3333

3434
var Url *url.URL
35-
Url, err := url.Parse("http://www.example.com")
35+
Url, err := url.Parse("")
3636
if err != nil {
3737
panic("boom")
3838
}

0 commit comments

Comments
 (0)