Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove the use of depreceated pacakge ioutil and comply with gopls linter #113

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. remove the use of depreceated pacakge ioutil

    Changes to be committed:
    	modified:   golden_test.go - remove ioutil pacakge
    	modified:   init_test.go - remove ioutil pacakge
    	modified:   licenses.go - formating and change fmt.Errorf to errors.New to comply with gopls linter
    bokunodev committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d08e062 View commit details
    Browse the repository at this point in the history
  2. fix compareFiles, fix test

    Changes to be committed:
    	modified:   golden_test.go - fix compareFiles function, replace year in golden test file to current year
    bokunodev committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    932c45e View commit details
    Browse the repository at this point in the history