This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for aws-google-auth on elementary OS 5.0 Juno | |
Build date: 2019-09-23 19:30:15 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
salt-run manage.down |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package str | |
func UnixTimestamp() int64 { | |
return time.Now().Unix() | |
} | |
type FragmentCreator struct { | |
slug string | |
// timeNowUnix is only used in testing to override getting the current timestamp |
OlderNewer