From 73e2ad20220050f88b1ea79bf5a2e4c4fbee0533 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 13 Apr 2016 11:33:42 -0700 Subject: [PATCH] runtime: rename os1_darwin.go to os_darwin.go Change-Id: If0e0bc5a85101db1e70faaab168fc2d12024eb93 Reviewed-on: https://go-review.googlesource.com/22005 Reviewed-by: Ian Lance Taylor --- src/runtime/{os1_darwin.go => os_darwin.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/runtime/{os1_darwin.go => os_darwin.go} (100%) diff --git a/src/runtime/os1_darwin.go b/src/runtime/os_darwin.go similarity index 100% rename from src/runtime/os1_darwin.go rename to src/runtime/os_darwin.go -- 2.48.1