DJviolin / go-make-test

Make testfile for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make testfile for Go

shasum should return the same hash for every run (reproducable build)

$ make
$ shasum gomake # dd20335c3171186664485a7e48c7888a6310fb13
$ shasum gomake # dd20335c3171186664485a7e48c7888a6310fb13

About

Make testfile for Go


Languages

Language:Makefile 80.5%Language:Go 19.5%