mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
11 lines
443 B
Go
11 lines
443 B
Go
// Package devto is a wrapper around dev.to REST API
|
|
//
|
|
// Where programmers share ideas and help each other grow.
|
|
// It is an online community for sharing and discovering great ideas,
|
|
// having debates, and making friends. Anyone can share articles,
|
|
// questions, discussions, etc. as long as they have the rights to the
|
|
// words they are sharing. Cross-posting from your own blog is welcome.
|
|
//
|
|
// See: https://docs.dev.to/api
|
|
package devto
|