sourcegraph/internal/service
Erik Seliger 7a30830dc2
httpcli: Move init function from conf package into httpcli (#62318)
There was a weird dependency between internal/conf and internal/httpcli because
of a cyclic import. This is resolved by using conftypes instead, so we can properly
split those concerns.

Test plan:

Existing tests don't break.
2024-05-02 18:30:44 +02:00
..
svcmain httpcli: Move init function from conf package into httpcli (#62318) 2024-05-02 18:30:44 +02:00
BUILD.bazel bazel: introduce build files for Go (#46770) 2023-01-23 14:00:01 +01:00
service.go service: ensure we always call ready once (#48104) 2023-02-23 17:42:33 +02:00