diff --git a/xirr.go b/xirr.go index c5645b1..df44039 100644 --- a/xirr.go +++ b/xirr.go @@ -1,5 +1,5 @@ /* -Goxirr is a simple implementation of a function for calculating +Package Goxirr is a simple implementation of a function for calculating the Internal Rate of Return for irregular cash flow (XIRR). */ package goxirr