Improve naming of files and elements.

This commit is contained in:
Slavomir
2021-04-08 18:56:42 +02:00
committed by Chris Smowton
parent 7ea0434514
commit 4ae5bdbbec
15 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ func source() interface{} {
}
// Package clevergo.tech/clevergo@v0.5.2
func ClevergoTechClevergov052() {
func HeaderWrite_ClevergoTechClevergov052() {
// Header write via method calls.
{
// Header write via method calls on clevergo.tech/clevergo.Context.

View File

@@ -11,7 +11,7 @@ func source() interface{} {
}
// Package clevergo.tech/clevergo@v0.5.2
func ClevergoTechClevergov052() {
func HttpRedirect_ClevergoTechClevergov052() {
// Redirect via method calls.
{
// Redirect via method calls on clevergo.tech/clevergo.Context.

View File

@@ -11,7 +11,7 @@ func source() interface{} {
}
// Package clevergo.tech/clevergo@v0.5.2
func ClevergoTechClevergov052() {
func HttpResponseBody_ClevergoTechClevergov052() {
// Response body is set via a method call (the content-type is implicit in the method name).
{
// Response body is set via a method call on the clevergo.tech/clevergo.Context type (the content-type is implicit in the method name).

View File

@@ -19,7 +19,7 @@ func source() interface{} {
}
// Package clevergo.tech/clevergo@v0.5.2
func ClevergoTechClevergov052() {
func TaintTracking_ClevergoTechClevergov052() {
// Taint-tracking through functions.
{
// func CleanPath(p string) string

View File

@@ -9,7 +9,7 @@ func main() {}
func sink(v ...interface{}) {}
// Package clevergo.tech/clevergo@v0.5.2
func ClevergoTechClevergov052() {
func UntrustedSources_ClevergoTechClevergov052() {
// Untrusted flow sources from method calls.
{
// Untrusted flow sources from method calls on clevergo.tech/clevergo.Context.