opn-ooo / go-boilerplate

6 stars 0 forks source link

Lint fix for OPN generator #3

Closed rafi73 closed 2 years ago

rafi73 commented 2 years ago

Background

I found that golint recommend to use HasJSON instead of HasJson. It was fixed for OPN Generator. So, it's needed to fix here as well.

How this PR solves the issue

The HasJson was updated to HasJSON in OPN Generator. To make it compatible with this project, it's needed to be fixed here as well.

N.B - This is an experimental fix. There is a possibility of a further fix after merge and test with the OPN Generator.