]> Cypherpunks repositories - gostls13.git/commit
internal/syscall: move to unix subdirectory
authorIan Lance Taylor <iant@golang.org>
Wed, 15 Apr 2015 23:28:00 +0000 (16:28 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 15 Apr 2015 23:51:36 +0000 (23:51 +0000)
commit6e83ef6d2149d1dd9333a2ff955a0dfdb5475bb5
tree2f0ab6191d3520c4dd4f6a199984eb23c1f076e4
parent07f00cf11e208510fd83b8d7328a52f9c1c97eee
internal/syscall: move to unix subdirectory

Move the single file from internal/syscall to internal/syscall/unix,
to match the golang.org/x/sys layout.

Change-Id: I2fb2832b4cb22efc7666bd276f5401ac3e73dc40
Reviewed-on: https://go-review.googlesource.com/8972
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/crypto/rand/rand_linux.go
src/go/build/deps_test.go
src/internal/syscall/unix/getrandom_linux.go [moved from src/internal/syscall/getrandom_linux.go with 87% similarity]