diff options
Diffstat (limited to 'usr/rsc/fib/go.go')
-rw-r--r-- | usr/rsc/fib/go.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr/rsc/fib/go.go b/usr/rsc/fib/go.go deleted file mode 100644 index 8145974f1..000000000 --- a/usr/rsc/fib/go.go +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package fib - -func Fib(n int) int - |