diff options
| author | Colin Cross <ccross@android.com> | 2019-09-25 11:25:04 -0700 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2019-09-25 14:52:54 -0700 |
| commit | 66c0b13553afbf4d2482e274f542120c75a00339 (patch) | |
| tree | 1b8a2a99e143e29bd643c0edaead40bce93ea834 /go.mod | |
| parent | 884e7374fbb3f7d8e43ae9da5e9d2628a7e676f1 (diff) | |
| download | platform_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.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ module github.com/google/blueprint + +go 1.13 |
