Skip to content

Commit

Permalink
fix: rename from solutionformat -> solution
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBear801 committed Mar 9, 2020
1 parent bf58f07 commit 7771a6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package solutionformat
package solution

// Solution contains summary and selected charge stations
type Solution struct {
Expand Down

0 comments on commit 7771a6b

Please sign in to comment.