Skip to content

Commit

Permalink
upgrade version to go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dobyte committed May 7, 2024
1 parent 08f91ea commit 893b5b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/dao/internal/counter.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------
// The following code is automatically generated by the mongo-dao-generator tool.
// Please do not modify this code manually to avoid being overwritten in the next generation.
// Please do not modify this code manually to avoid being overwritten in the next generation.
// For more tool details, please click the link to view https://github.com/dobyte/mongo-dao-generator
// --------------------------------------------------------------------------------------------------

Expand All @@ -21,8 +21,8 @@ type Counter struct {
}

type CounterModel struct {
ID string `bson:"_id"`
Value int64 `bson:"value"`
ID string `bson:"_id"`
Value int64 `bson:"value"`
}

type CounterColumns struct {
Expand Down

0 comments on commit 893b5b1

Please sign in to comment.