package main import "fmt" func original() { fmt.Println("Original Code") }