Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 261 Bytes

File metadata and controls

21 lines (15 loc) · 261 Bytes

Vanitas-Go

Golang wrapper for the Vanitas antispam API for telegram

package test

import (
	"testing"

	"github.com/moezilla/Vanitas-Go"
)

func syl(w *testing.W) {
	_, err := Vanitas-Go.vanitas("1821151467")
	if err != nil {
		w.Error(err)
	}
}