chore: update copyright year
This commit is contained in:
parent
455a68acdf
commit
6cc8e9f290
2
Makefile
2
Makefile
|
@ -72,7 +72,7 @@ lint:
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: $(GOFILES)
|
install: $(GOFILES)
|
||||||
$(GO) install -v -tags '$(TAGS)' -ldflags '$(EXTLDFLAGS)-s -w $(LDFLAGS)'
|
$(GO) install -v -tags '$(TAGS)' -ldflags '$(EXTLDFLAGS)-s -w $(LDFLAGS)'
|
||||||
@echo "==> Installed gorush ${GOPATH}/bin/gorush"
|
@echo "\n==>\033[32m Installed gorush to ${GOPATH}/bin/gorush\033[m"
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: $(EXECUTABLE)
|
build: $(EXECUTABLE)
|
||||||
|
|
|
@ -21,7 +21,7 @@ func GetVersion() string {
|
||||||
|
|
||||||
// PrintGoRushVersion provide print server engine
|
// PrintGoRushVersion provide print server engine
|
||||||
func PrintGoRushVersion() {
|
func PrintGoRushVersion() {
|
||||||
fmt.Printf(`GoRush %s, Compiler: %s %s, Copyright (C) 2016 Bo-Yi Wu, Inc.`,
|
fmt.Printf(`GoRush %s, Compiler: %s %s, Copyright (C) 2019 Bo-Yi Wu, Inc.`,
|
||||||
version,
|
version,
|
||||||
runtime.Compiler,
|
runtime.Compiler,
|
||||||
runtime.Version())
|
runtime.Version())
|
||||||
|
|
Loading…
Reference in New Issue