forked from Project-OSRM/osrm-backend
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: rename from solutionformat -> solution
- Loading branch information
1 parent
bf58f07
commit 7771a6b
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
integration/oasis/solutionformat/doc.go → integration/oasis/solution/doc.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
package solutionformat defines internal foramt for recording single solution result. | ||
package solution defines internal foramt for recording single solution result. | ||
It isolates internal calculation logic and final restful response: | ||
- Internal algorithm will calculate result in this format. | ||
- In the end, oasis will use this format to generate restful response. | ||
*/ | ||
package solutionformat | ||
package solution |
2 changes: 1 addition & 1 deletion
2
integration/oasis/solutionformat/solution.go → integration/oasis/solution/solution.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters