cleanup: merge httpheader and httpfailure into model (#758)
These two small packages could easily be merged into the model package, since they're clearly model-like packages. Part of https://github.com/ooni/probe/issues/2115
This commit is contained in:
parent
928de50145
commit
2d721baa91
20 changed files with 74 additions and 90 deletions
|
|
@ -18,8 +18,9 @@ This repository contains core OONI tools written in Go:
|
|||
|
||||
Every top-level directory in this repository contains an explanatory README file. You
|
||||
may also notice that some internal packages live under [internal/engine](internal/engine)
|
||||
while most others are top-level. This is part of a long-standing refactoring started
|
||||
when we merged https://github.com/ooni/probe-engine into this repository. We'll slowly
|
||||
while most others are top-level. This is part of [a long-standing refactoring](
|
||||
https://github.com/ooni/probe/issues/2115) started when we merged
|
||||
https://github.com/ooni/probe-engine into this repository. We'll slowly
|
||||
ensure that all packages inside `engine` are moved out of it and inside `internal`.
|
||||
|
||||
## Semantic versioning policy
|
||||
|
|
|
|||
Loading…
Reference in a new issue