aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-09-25 11:25:04 -0700
committerColin Cross <ccross@android.com>2019-09-25 14:52:54 -0700
commit66c0b13553afbf4d2482e274f542120c75a00339 (patch)
tree1b8a2a99e143e29bd643c0edaead40bce93ea834 /go.mod
parent884e7374fbb3f7d8e43ae9da5e9d2628a7e676f1 (diff)
downloadplatform_build_blueprint-66c0b13553afbf4d2482e274f542120c75a00339.tar.gz
platform_build_blueprint-66c0b13553afbf4d2482e274f542120c75a00339.tar.bz2
platform_build_blueprint-66c0b13553afbf4d2482e274f542120c75a00339.zip
Add proptools.Int and proptools.IntDefault
Add proptools.Int and proptools.IntDefault that behave analogously to proptools.String and proptools.StringDefault. Change-Id: I41fd3417c973c9ff4a5aa6680546b4b893784745
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 933cd12..fe96d45 100644
--- a/go.mod
+++ b/go.mod
@@ -1 +1,3 @@
module github.com/google/blueprint
+
+go 1.13