Sam Hofius
4 years ago
commit
d349d72838
3 changed files with 16 additions and 0 deletions
@ -0,0 +1,13 @@
@@ -0,0 +1,13 @@
|
||||
package dxb |
||||
|
||||
import "fmt" |
||||
|
||||
const ( |
||||
Name = "Sam" |
||||
Username = "dxb" |
||||
Profile = "https://samhofi.us/kul?user=dxb" |
||||
) |
||||
|
||||
func Info() string { |
||||
return fmt.Sprintf("name=%s, username=%s, profile=%s", Name, Username, Profile) |
||||
} |
Loading…
Reference in new issue