File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2022-2023 HANAI Tohru
3
+ Copyright (c) 2022-2024 HANAI Tohru
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ import (
49
49
" github.com/sample/myapp/storage"
50
50
)
51
51
52
- // go:generate go run github.com/reedom/convergen@v0.6.3
52
+ // go:generate go run github.com/reedom/convergen@v0.7.0
53
53
type Convergen interface {
54
54
// :typecast
55
55
// :stringer
@@ -134,7 +134,7 @@ $ go get -u github.com/reedom/convergen@latest
134
134
Then, write a generator as follows:
135
135
136
136
``` go
137
- // go:generate go run github.com/reedom/convergen@v0.6.3
137
+ // go:generate go run github.com/reedom/convergen@v0.7.0
138
138
type Convergen interface {
139
139
…
140
140
}
You can’t perform that action at this time.
0 commit comments