mirror of
https://github.com/spf13/viper
synced 2025-05-10 22:27:18 +00:00
This patch provides fixes for: - https://github.com/spf13/viper/issues/730 - https://github.com/spf13/viper/issues/695 - https://github.com/spf13/viper/issues/353 - https://github.com/spf13/viper/issues/174 - https://github.com/spf13/viper/issues/378 - https://github.com/spf13/viper/issues/629
6 lines
120 B
Makefile
6 lines
120 B
Makefile
SHELL=/bin/bash -o pipefail
|
|
|
|
# Formats the code
|
|
.PHONY: format
|
|
format:
|
|
goreturns -w -local github.com/ory $$(listx .)
|