Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 675 Bytes

readme.md

File metadata and controls

75 lines (47 loc) · 675 Bytes

example

import "github.com/rclark/example"
Example

package main

import (
	"github.com/rclark/example"
)

func main() {
	example.Function()
}

Output

Has tag

Example

package main

import (
	"github.com/rclark/example"
)

func main() {
	example.Function()
}

Output

No tag

Index

func Function

func Function()

Generated by gomarkdoc