I found a little inconsistency between the documentation and the actual implementation.
The documentation says that if a Frame is formatted with %+s the produced string is the "path of source file relative to the compile time GOPATH". link
However, according to the implementation it also contains the function name.
Is this difference intended or not?