parent
af5eb040ae
commit
fe6f2aceaf
@ -1,9 +0,0 @@
|
|||||||
package fast
|
|
||||||
|
|
||||||
var (
|
|
||||||
w, h = 10, 20
|
|
||||||
color int
|
|
||||||
border float64 = 1.2
|
|
||||||
)
|
|
||||||
|
|
||||||
echo *this
|
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
// fast/fast.go
|
||||||
|
package fast
|
||||||
|
|
||||||
|
func Hello() string { return "fast" }
|
||||||
Loading…
Reference in New Issue