Loading CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/). ## [Unreleased] ### Changed - The build system now strips up to current dir in recorded source file paths at compile. ## [0.11.3] - 2017-02-25 ### Added Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ GOBINDATA ?= go-bindata COCKROACH ?= cockroach PROTOS := server/api.proto GOFLAGS := GOFLAGS := -gcflags "-trimpath ${CURDIR}" LDFLAGS := -ldflags "-X main.version=${VERSION} -X main.commitID=${COMMITID}" PLATFORMS := darwin linux windows Loading Loading
CHANGELOG.md +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/). ## [Unreleased] ### Changed - The build system now strips up to current dir in recorded source file paths at compile. ## [0.11.3] - 2017-02-25 ### Added Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ GOBINDATA ?= go-bindata COCKROACH ?= cockroach PROTOS := server/api.proto GOFLAGS := GOFLAGS := -gcflags "-trimpath ${CURDIR}" LDFLAGS := -ldflags "-X main.version=${VERSION} -X main.commitID=${COMMITID}" PLATFORMS := darwin linux windows Loading