Initial commit
This commit is contained in:
13
pkg/dxb/dxb.go
Normal file
13
pkg/dxb/dxb.go
Normal file
@ -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)
|
||||
}
|
||||
0
pkg/dxb/dxb.go~
Normal file
0
pkg/dxb/dxb.go~
Normal file
Reference in New Issue
Block a user