This website works better with JavaScript.
Explore
Help
Sign In
itman
/
pic
mirror of
https://github.com/tad17/pic
Watch
1
Star
0
Fork
You've already forked pic
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
543e1cde08
main
v0.0.1
v0.0.2
v0.0.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '543e1cde08'
${ noResults }
pic
/
picture.go
9 lines
126 B
Go
Raw
Normal View
History
Unescape
Escape
v0.0.1
1 year ago
package
pic
import
(
"fmt"
)
func
Hello
(
)
{
fmt
.
Printf
(
"pic - пакет для работы
с
картинками\n"
)
}