Skip to content

Instantly share code, notes, and snippets.

View endorama's full-sized avatar
:shipit:

Edoardo Tenani endorama

:shipit:
View GitHub Profile
@endorama
endorama / # aws-google-auth - 2019-09-23_19-30-15.txt
Created September 23, 2019 17:37
aws-google-auth on elementary OS 5.0 Juno - Homebrew build logs
Homebrew build logs for aws-google-auth on elementary OS 5.0 Juno
Build date: 2019-09-23 19:30:15
@endorama
endorama / down
Last active October 28, 2020 18:39
[Salt: minion operations] #salt #status
salt-run manage.down
@endorama
endorama / struct.go
Last active March 15, 2022 14:01
Golang time testing pattern
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