Code Monkey home page Code Monkey logo

shop's People

Contributors

mrapr avatar the-mj-01 avatar

Forkers

the-mj-01

shop's Issues

The tokenIsExpired logic is wrong!

At the end of the IsActive function, the tokenIsExpired function checks whether the token has expired or not, the tokenIsExpired function does the opposite.

// tokenIsExpired for checking if token is expired or not
func tokenIsExpired(tkExpire int64) bool {
	if time.Now().Unix() > tkExpire {
		return false
	}
	return true
}

getMigrationDir don't work

When migrator.go is run, the init() function is executed, inside it it calls the getMigrationDir() function, but if migrationDirEnvKey is not equal to "", migrationsDir has not been set yet and os.Getenv reads the empty variable.

if os.Getenv(migrationDirEnvKey) != "" {
		migrationsDir = os.Getenv(migrationsDir)
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.