mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-18 13:01:11 +01:00
added
This commit is contained in:
9
vendor/github.com/shurcooL/go/reflectsource/doc.go
generated
vendored
Normal file
9
vendor/github.com/shurcooL/go/reflectsource/doc.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// Package sourcereflect implements run-time source reflection, allowing a program to
|
||||
// look up string representation of objects from the underlying .go source files.
|
||||
//
|
||||
// Specifically, it implements ability to get name of caller funcs and their parameters.
|
||||
// It also implements functionality to get a string containing source code of provided func.
|
||||
//
|
||||
// In order to succeed, it expects the program's source code to be available in normal location.
|
||||
// It's intended to be used for development purposes, or for experimental programs.
|
||||
package reflectsource
|
||||
Reference in New Issue
Block a user